I wrote a script that was supposed to do a bulk update, adjusting the bids of some 20k keywords.
Because the script was wrapped by a MVC application I couldn't see the output until the operation completed. I started the script and it ran for about 15 minutes with no output (i.e. not completed) so I eventually stopped it. *Now* every time I try to access the API my scripts just hang. No errors, no exceptions, nothing, they are just hanging indefinitely. In this<http://adwordsapi.blogspot.ca/2010/06/better-know-error-rateexceedederror.html> Adwords API blog post from 2010 it says: In the v13 version of the API, requests that were made in excess of the > limit were queued on the API server until they could be run, resulting in > what seemed like very long execution times for some requests. The new API > doesn't process these requests and instead returns a SOAP fault containing > a > RateExceededError<http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.RateExceededError.html> > > (formerlyQuotaExceededError<http://code.google.com/apis/adwords/v2009/docs/reference-v200909/CampaignCriterionService.QuotaExceededError.html> > in > v200909). We believe this is an important feedback mechanism that ensures > that you are aware of the issue and can adjust your applications > accordingly. If I exceeded the API limits I am not seeing any errors. Shouldn't the PHP Client library return the RateExceededError as an exception or something? Does anyone know what the story is? Much Thanks. P.S. I am using the latest PHP client library. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
