Error: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2014-02-20 Thread Rakesh Kumar
Hi When i am try to configre the api for adword the facing the* error" Error: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID"* please give me some solution or code using php if you have This is my code $email, 'Passwd' => $password, 'accountTyp

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID error

2013-12-09 Thread Danial Klimkin
userAgent' => 'Name',* > >*'developerToken' => 'Developer token'**,* > >*&#x

AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID error

2013-12-04 Thread larisa bolgova
en, 'userAgent' => 'Name',* *'developerToken' => 'Developer token'**,* *'client

Problem add new keywords with Adwors API [AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ ; trigger:'<null>']

2013-12-03 Thread Karima Mech
soap:Server [AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ ; trigger:'<null>'] https://adwords.google.com/api/adwords/cm/v201309";> [AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ ; trigger:'<null>

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2013-02-25 Thread Anash P. Oommen (AdWords API Team)
Hi Adam, The error means that you have an expired token in v20:authToken. You should refresh it by making a call to ClientLogin API when you get the error. ClientLogin API provides tokens that are long lived, but it is upto the server to invalidate it in between if required. Cheers, Anash P. O

AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2013-02-22 Thread Adam Yhap
Hey I keep getting this error whenever I send my request. I looked online and everywhere says it is because of expiring auth/access Tokens. I regularly get new tokens so I cannot figure out what is causing this. I am sending an empty request. I am sending to /AdGroupCriterionServiceInterface. C

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2013-01-09 Thread Minh Le
I got that error every 2 weeks. Received an email from API Team in June 2012 that advised me to add one more line into the source code (I'm using .NET client library) Hi Minh, AdWords API .NET library caches authTokens, and reuse them, it doesn't create a new authToken everytime you create a n

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2013-01-09 Thread Minh Le
ow? Restart the service in production server bi-weekly to clear the cache. On Monday, 2 April 2012 05:07:41 UTC-7, Zweitze wrote: > > Hi, > Since April 1st we get AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID > every time we call an API function - usually ServicedAccountService.g

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2013-01-08 Thread gpsphpdev
I have this error too. But in my response i have reson [AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ ; trigger:'<null>'] W dniu poniedziałek, 2 kwietnia 2012 14:07:41 UTC+2 użytkownik Zweitze napisał: > > Hi, > Since April 1st we get AuthenticationError.GOOG

AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-10-09 Thread Minh Le
ion: * AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID* @ Service[CampaignService.mutate] at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-04-02 Thread Anash P. Oommen
Hi Zweitze, 1. Is the call succeeding for any other services? Or is it just ServicedAccountService.get that is failing? 2. Is the call succeeding with a new token at least once? Cheers, Anash P. Oommen AdWords API Advisor. On Monday, 2 April 2012 18:20:04 UTC+5:30, Zweitze wrote: > > Thanks for

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-04-02 Thread Zweitze
Thanks for your input. However, the authentication token is usually seconds to minutes old and never older than a day. BTW our development environment does not use the sandbox. We use real accounts, configured for testing. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-04-02 Thread Sander Blokzijl
Hi, I encountered several times the same error, in my case regenerating the authentication token was enough to fix it. An authentication token is 2 weeks available and then needs to be renewed (as in my experience). the only weird thing it works in your development environment.. but if you are

AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-04-02 Thread Zweitze
Hi, Since April 1st we get AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID every time we call an API function - usually ServicedAccountService.get() Sample requestId: 0004bcaca5492e200aec208720f2 Soap detail: https://adwords.google.com/api/adwords/mcm/v201109"; xmlns:ns2=&q

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-03-07 Thread Minh Le
es do after 2 >> weeks of running the .NET web app: >> >> Google.Api.Ads.AdWords.Lib. >> AdWordsApiException: >> An API exception has occurred. See ApiException and InnerException fields >> for more details. >> ---> System.Web.Serv

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-03-06 Thread Anash P. Oommen
tion fields > for more details. > ---> System.Web.Services.Protocols.SoapException: * > AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID* @ > Service[CampaignService.mutate] > at > System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage > > message, WebR

AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-03-06 Thread Minh Le
tails. ---> System.Web.Services.Protocols.SoapException: * AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID* @ Service[CampaignService.mutate] at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncC

AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-03-06 Thread Minh Le
tails. ---> System.Web.Services.Protocols.SoapException: * AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID* @ Service[CampaignService.mutate] at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncC

Re: Help with AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ Service[CampaignService.get]

2011-09-07 Thread Anash P. Oommen
Hi, If you don't provide an authtoken header, but provide username and password, the client library will automatically generate one. Also, the values from App.config and overridden constructor are merged together, which is why things seem to work even when not specifying authToken. To move you

Re: Help with AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ Service[CampaignService.get]

2011-09-03 Thread therealzeta
Aditional information: on the sandbox i dont use the authtoken and it work? Public Function getCredencialUser() > Dim headers As New Dictionary(Of String, String) > > headers.Add("Useragent", appConfigGetValue("UserAgent")) > headers.Add("Email", appConfigGetValue("Email"))

Help with AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ Service[CampaignService.get]

2011-09-01 Thread therealzeta
hi, i am gaving problem moving my application from sandbox to the real platform. In sandbox everything is ok, but I cant make it work in the real. this code is the one of the real. codeExample.Run(New AdWordsUser(getCredencialUser)) Public Function getCredencialUser() Dim headers As Ne

Re: Python client AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2011-07-18 Thread Kevin Winter
Hi, There is a bug in the python client library where it doesn't correctly handle the Captcha responses. I.E. if you make too many auth tokens, it will start captcha-challenging you and the python client library currently doesn't handle this case correctly. As a best practice, I would recomm

Re: Python client AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2011-07-14 Thread Pete Lavetsky (AdWords API Guru)
> > > > >                 'keyword': { > > > > >                     'xsi_type': 'Keyword', > > > > >                     'matchType': 'PHRASE', > > &

Re: Python client AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2011-07-14 Thread Marcky
7;: 'PHRASE', > > > >                     'text': k['text'] > > > >                 } > > > >             }) > > > > >         selector = { > > > >             'campaignEstimateRequests': [{ &g

Re: Python client AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2011-07-14 Thread Pete Lavetsky (AdWords API Guru)
t;                 } > > >             }) > > > >         selector = { > > >             'campaignEstimateRequests': [{ > > >                 'adGroupEstimateRequests': [{ > > >                  

Re: Python client AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2011-07-14 Thread Marcky
t; >             }) > > >         selector = { > >             'campaignEstimateRequests': [{ > >                 'adGroupEstimateRequests': [{ > >                     'keywordEstimateRequests': keywordEstimateRequests, > >                     '

Re: Python client AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2011-07-14 Thread Pete Lavetsky (AdWords API Guru)
              'microAmount': maxCPC >                     } >                 }], >                 'targets': [ >                     { >                         'xsi_type': 'CountryTarget', >                         'countryCode':

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ Service[CampaignService.get]

2011-01-19 Thread AdWords API Advisor
ering the below error from Google Adwords API while fetching > keyword performance > reports and for every API call. > >                       *AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID @ >  Service[CampaignService.get]* > * > * > from Jan 17, 2011 01:00 PST to Jan 1