cool, thanks.
Is there a list some where the explains all the limits for v200909? How many requests per second are allowed? Thanks Dan On Oct 27, 2:54 pm, AdWords API Advisor <[email protected]> wrote: > Hi Daniel, > > The error message indicates you are running into another type of quota > limit, which is requests per second. The likely cause is that you are > sending requests too quickly, and perhaps from multiple threads. To > avoid this error put a delay between your requests or limit the usage > of concurrent threads. > > Best, > - Eric Koleda, AdWords API Team > > On Oct 27, 8:06 am, "[email protected]" <[email protected]> > wrote: > > > I'm getting the same error on a campaign level. > > > All my script does is grab a list of campaigns, and then deletes them. > > > So far none of the campaigns have been delete (not sure if my code > > works). > > > Then I started getting 'You have exceeded the quota in the following > > categories:QPS'. > > > Dan > > > On Oct 6, 6:56 pm, AdWords API Advisor <[email protected]> > > wrote: > > > > Hi, > > > > To answer Andy's question, this limitation is also present on the > > > production environment. > > > > As for your question Steven, the limitation is on the number of > > > objects updated (campaigns, ad groups, etc) per day, and should not be > > > triggered by get requests. Can you reliably replicate this error? > > > After how many requests do you start to see it? > > > > Best, > > > - Eric > > > > On Oct 5, 5:22 pm, Stephen <[email protected]> wrote: > > > > > I was receiving this error on mysandboxafter only a few requests > > > > last week. Being frustrated with wasting my time last week, today I > > > > started working on my real account, eating the cost. But even working > > > > from my paying account I'm still getting the same error after only > > > > trying to retrieve all campaigns, then all ad groups for these > > > > campaigns. I have plenty of paid for API requests left in my > > > > account. > > > > > So what causes this error? And is there something we can do to prevent > > > > it? > > > > > On Oct 2, 2:48 pm, Andy <[email protected]> wrote: > > > > > > Is this limitation connected only to asandbox? > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
