Re: service account auth error - not_ads_user

2023-06-27 Thread RedSpot Admin
Good day, Thanks for your response. I have managed to make the code above work. I have just replaced *OAuth2PrnEmail *with the manager's account email - I used the service account before, and it didn't work. Thanks for your help! Feel free to close the ticket. Regards, Vlad On Mon, Jun 26, 2

Re: service account auth error - not_ads_user

2023-06-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vlad, Thank you for the reply. Kindly note that the NOT_ADS_USER error (https://developers.google.com/google-ads/api/docs/best-practices/common-errors#authenticationerror) is one of the common authorization errors encountered when the service account has not been correctly linked to the Goo

Re: service account auth error - not_ads_user

2023-06-23 Thread Vlad
Good day - thanks for your response. I can confirm I have already completed all 1-5 actions described above. Service account should be configured correctly, and ready for using. As to this one: *< Moving forward to NOT_ADS_USER error, yes, it is indeed means that the Google account used to

Service Account Auth Error - NOT_ADS_USER

2023-06-22 Thread Vlad
Good day, I'm trying to upload the offline conversion to the Client's Google Ads account with help service account credentials impersonating Google Ads Manager Account, and I get the NOT_ADS_USER error. Could you help me with that? In a related conversion https://groups.google.com/g/adwords-a

Re: OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread Martin Levi
Hi Aryeh, OK, I missed the part about "any user in the domain". But I made the change I suggested above, and it worked! Thanks for your help, and have a great weekend, Martin On Friday, August 26, 2022 at 11:18:48 PM UTC+3 adsapi wrote: > Hi Martin, > > The specific language I am referring to

Re: OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Martin, The specific language I am referring to is "Your application and its users will have the ability to impersonate any user in the domain". This doesn't promise impersonation of anyone outside of the domain, even if they are users in Ads accounts. In light of the above I cannot promise

Re: OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread Martin Levi
Hi Aryeh, Thanks for your response. I had already seen the documentation Setting up service account access that you linked to but I can't see anywhere that it discusses the domain of th

RE: OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Martin, A service account can only be used with the Google Accounts in the mydomain.com space, you cannot impersonate a @gmail.com Google account that is not in the @mydomain.com domain with a service account. The 'sub' field can only be filled with a Google Account that is in the Google Wor

RE: OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Martin, A service account can only be used with the Google Accounts in the mydomain.com space, you cannot impersonate a @gmail.com Google account that is not in the @mydomain.com domain with a service account. The 'sub' field can only be filled with a Google Account that is in the Google Wor

OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread Martin Levi
Hi, I am successfully generating OAuth 2 Access Tokens for the Google Ads API but when I try to access the API access is denied. Below is my setup - what am I missing? Manager Ad AccountId: mgr-acc-ididemail: personal.em...@gmail.com Developer TokenAccess: BasicId: develop

Re: Authentication error "NOT_ADS_USER"

2021-11-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Simba, Thanks for providing all the information. It seems your domain is not verified yet for service account. It's important because the user impersonation is controlled only at the domain level, using service accounts and assertion flow with Google OAuth2 requires you to have your own

Re: Authentication error "NOT_ADS_USER"

2021-11-22 Thread Simba Technologies
The email Id I used to generate OAuth Credentials: simbatechnologiesdevpart...@gmail.com The email Id I used to logging into Admin Console: simbatechnologiesdevpart...@simba.com I'm adding here logs of Request and Response for you to investigate further! Request Logs: GET /v8/customers:listAcce

RE: Authentication error "NOT_ADS_USER"

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Simba, Thank you for reaching out. The NOT_ADS_USER error usually occurs when the login user account / email address used to generate the OAuth Credentials is not associated with any Google Ads account. Could you please confirm if you’ve indeed followed every step of the guide, specifica

Authentication error "NOT_ADS_USER"

2021-11-18 Thread Simba Technologies
I'm trying to authenticate API Request: GET https://googleads.googleapis.com/v8/customers:listAccessibleCustomers using Service Account Authentication with Key File and Email Id. The Google account that I'm using is associated with a valid Google Ads Account. I'm getting in Response:

Re: Error: NOT_ADS_USER

2021-11-17 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Bipul, This is Yasar and I work withJakeia. Let me assist you with this. Could you please confirm if you’ve indeed followed every step of the guide, specifically the prerequisites? In order to connect to Google Ads API using a Google service account, you will need a Google Workspace domain

Re: Error: NOT_ADS_USER

2021-11-17 Thread 'Bipul Kumar' via AdWords API and Google Ads API Forum
Hi, I am using service account, for that i think access token is not required On Wednesday, November 17, 2021 at 10:50:50 PM UTC+5:30 adsapi wrote: > Hello, > > Thank you for reaching out. The NOT_ADS_USER >

RE: Error: NOT_ADS_USER

2021-11-17 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for reaching out. The NOT_ADS_USER error usually occurs when the login used to generate the access token is not associated with any Google Ads account. Could you please confirm which account you are using while you have this error? Reminder: Share your feedback about the Googl

Error: NOT_ADS_USER

2021-11-17 Thread 'Bipul Kumar' via AdWords API and Google Ads API Forum
I am using service account for fetching google ads details Getting this error Failure message: errors { error_code { authentication_error: NOT_ADS_USER } message: "User in the cookie is not a valid Ads user." } UNAUTHENTICATED: Request is missing required authentication credential. Expe

Re: Server to Server OAuth2 Error - NOT_ADS_USER with python client library

2017-09-19 Thread Jim 4Cite
Thank you for getting back to me, I ended up being able to authenticate with the installed application flow, I didn't have G Suite Domain for the server to server flow. On Monday, September 18, 2017 at 5:21:25 PM UTC-4, Bharani Cherukuri (AdWords API Team) wrote: > > Hello, > > The NOT_ADS_USER

Re: Server to Server OAuth2 Error - NOT_ADS_USER with python client library

2017-09-18 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The NOT_ADS_USER error is noticed when the API call is made by a user *not* associated with an AdWords account. Could you please confirm if these prerequisites

Server to Server OAuth2 Error - NOT_ADS_USER with python client library

2017-09-18 Thread Jim 4Cite
I am very new to the AdWords API and have done a lot of research and testing trying to authenticate and test the API. I believe I have followed the authentication flow correctly, but since I am consistently getting the same error I wanted to reach out to an AdWords API Team Member and see if th