Re: AUTHENTICATION ERROR

2022-07-20 Thread JM
If required: According to https://developers.google.com/google-ads/api/docs/first-call/dev-token#procedure.. *Manager accounts cannot be created using the same email address as an existing Google Ads account. You must therefore use an email address that hasn't already been associated with a Go

Re: AUTHENTICATION ERROR

2022-07-20 Thread JM
Is *developer token* MANDATORY to use Google Ads API? On Wednesday, July 20, 2022 at 9:33:21 AM UTC-4 adsapi wrote: > Hi JM, > > Thank you for reaching out to our API support team. > > To have a closer look at this AUTHENTICATION_ERROR, could you please > provide the complete request >

RE: AUTHENTICATION ERROR

2022-07-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi JM, Thank you for reaching out to our API support team. To have a closer look at this AUTHENTICATION_ERROR, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client li

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

Re: Authentication error

2015-08-20 Thread Umesh Dengale
Hello, The above error indicates that the Authorization header in your API call request is malformed. Please check your SOAP request and make sure it is formatted as given in this document . Thanks, Umes

Perkara: Re: Authentication error with New Google.Ads.Common.dll , Google.AdWords.dll version V201306

2013-09-04 Thread Nor Fatma
Continue Pramod Patil menulis: >Hi, > >Yes, I am able login to AdWords Web Interface with the pair email and >password. > >Please suggest me what's going wrong in my code with latest API DLL version >v201306 > > >Thanks!!! > >On Monday, August 19, 2013 2:51:56 PM UTC+5:30, Takeshi Hagikura

Re: Authentication error with New Google.Ads.Common.dll , Google.AdWords.dll version V201306

2013-08-20 Thread Anash P. Oommen (AdWords API Team)
Hi Pramod, Could you try the code in a slightly different manner? The C# code equivalent is as follows: AdWordsUser user = new AdWordsUser(); AdWordsAppConfig config = (AdWordsAppConfig) user.Config; config.DeveloperToken = ""; //...more settings CampaignService campaignService = (Campaign

Re: Authentication error with New Google.Ads.Common.dll , Google.AdWords.dll version V201306

2013-08-19 Thread Pramod Patil
Hi, Yes, I am able login to AdWords Web Interface with the pair email and password. Please suggest me what's going wrong in my code with latest API DLL version v201306 Thanks!!! On Monday, August 19, 2013 2:51:56 PM UTC+5:30, Takeshi Hagikura (AdWords API Team) wrote: > Hi, > > Can y

Re: Authentication error with New Google.Ads.Common.dll , Google.AdWords.dll version V201306

2013-08-19 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you login to AdWords web interface with the pair of email and password? Best, - Takeshi, AdWords API Team On Friday, August 16, 2013 8:47:33 PM UTC+9, Pramod Patil wrote: > > Hi, > > I am using Google.Ads.Common.dll , Google.AdWords.dll with File Version > 1.8.0.0. Would you please h

Re: Authentication error with Google Adwords V201306

2013-08-16 Thread Pramod Patil
Hi Paul, I am using Google.Ads.Common.dll , Google.AdWords.dll with Version 1.8.0.0. Would you please help How to work with version v201306 and existing code. Please have a look on below code and see red code for which I am gettign error. Imports Google.Api.Ads.AdWords.Lib Imports Google.A

Re: Authentication error with Google Adwords V201306

2013-08-15 Thread Paul Matthews (AdWords API Team)
Hi Pramod, Firstly v201209 has now been sunset, please see the sunset schedulefor more information on this. Secondly, which library are you using? Many of the libraries inform their users that they should switch to OAuth2, but will s

Re: Authentication Error: GOOGLE_ACCOUNT_COOKIE_INVALID

2012-02-10 Thread Anash P. Oommen
Hi Amit, Your code is correct. Authentication Error: GOOGLE_ACCOUNT_COOKIE_INVALID is thrown when the cookie becomes invalid, usually through an expiration, or Google servers revoking the token due to some reason (e.g. user changes password). The solution is to catch the error, generate a new t

AdWords API Re: Authentication error in .NET examples

2009-11-18 Thread AdWords API Advisor
Hi Mike, It could be that your account is temporarily locked due to some bad login attempts. You can unlock your account by filling out the CAPTCHA here: https://www.google.com/accounts/displayunlockcaptcha. Let me know if your continue to have problems logging in. In this case the error is occu