UNAUTHORIZED_USER error is showing while uploading offline conversion
229 views
Skip to first unread message
VJ
unread,
Feb 11, 2016, 1:14:42 AM2/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
I have created php script for uploading offline conversions to account.
My script was working proper earlier but from yesterday I am getting this error "UNAUTHORIZED_USER".
I can able to download CLICK_PERFOMANCE_REPORT using same RefreshToken but while adding Conversions only I am getting this error.
Its really strange why this happening.
Can you please tell me why I am getting this error??
I am having MCC account refreshToken.
Thanks & Regards, Vijaysinh Parmar
Umesh Dengale
unread,
Feb 11, 2016, 12:39:29 PM2/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Vijaysinh,
The UNAUTHORIZED_USER - this customer is trying to upload conversions for a different customer that it does not manage.
This suggests that the credentials you are using for the request are for a user who does not have the access to the customer from which the clicks originated. I recommend confirming which account those clicks belong to, making sure that account is in the clientCustomerId header, and confirming that the OAuth credentials you are using are for a user with access to that account.