AdWords API Re: The login request used a username or password that is not recognized.

2010-04-02 Thread AdWords API Advisor
Hi Dave, That's a great idea about the user submitted code snippets. What do you think would be the best way to facilitate that? Something simple we could do is create a wiki page like the one for PHP compatibility, where users can append comments. http://code.google.com/p/google-api-adwords-

AdWords API Re: The login request used a username or password that is not recognized.

2010-04-01 Thread Dave
Caching the login auth cookie seems to have resolved my issue. The examples provided in the library are great but I was taking it too literally and authenticated before each query (2:00AM fail). Perhaps myself or someone could contribute a full example from login -> adgroup creation -> add keywords

AdWords API Re: The login request used a username or password that is not recognized.

2010-04-01 Thread Joshua J. Kugler
On Wednesday 31 March 2010, Dave elucidated thus: > I started using the aw_api_php_lib_2.0.1 client library w/ v2009 API > today and also ran into a rate limit. It produced the same error and > appears to only last for a few minutes. I don't use multiple threads > on my project but some of the oper

AdWords API Re: The login request used a username or password that is not recognized.

2010-04-01 Thread AdWords API Advisor
Hi Dave, Just to be clear, the error message listed in this thread is not part of any rate limit. It appears to be generated by the ClientLogin API: http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#Errors It could have been a temporary issue with that service, so let me kno

AdWords API Re: The login request used a username or password that is not recognized.

2010-04-01 Thread Dave
I started using the aw_api_php_lib_2.0.1 client library w/ v2009 API today and also ran into a rate limit. It produced the same error and appears to only last for a few minutes. I don't use multiple threads on my project but some of the operations are quick and I am processing without any delay imp

AdWords API Re: The login request used a username or password that is not recognized.

2010-03-31 Thread AdWords API Advisor
Hi, Which version of the API are you using? Are you using a client library? Do you have multiple threads running? Best, - Eric Koleda, AdWords API Team On Mar 29, 9:55 pm, cralls wrote: > Hi All, I'm receiving the following error from the API after a certain > number of requests: > > The logi

AdWords API Re: The login request used a username or password that is not recognized

2010-01-12 Thread sem-ag
Thanks Eric, things is, sorry I forgot to say, it was a misconfiguration on the production server. We managed to fix that with our hosting company and now we're good. The API works great even under PHP 5.3.1 On Jan 12, 9:07 pm, AdWords API Advisor wrote: > Hi, > > Are you using the AdWords API P

AdWords API Re: The login request used a username or password that is not recognized

2010-01-12 Thread AdWords API Advisor
Hi, Are you using the AdWords API PHP client library? http://code.google.com/p/google-api-adwords-php/ That library doesn't technically support PHP 5.3.1. You may also want to double check that your auth.ini and settings.ini are configured correctly. Best, - Eric Koleda, AdWords API Team On