Hello Parvendra, aren't you mixing 2 limits? The first is general restriction implemented on front-line Google servers preventing from DOS attacks that allow only 180requests/minute into Google and when you break this rule then you get HTTP response "(403) forbidden". The second limit is the one added in AdWords triggering QUOTA_EXCEEDED and as far as I know it is caused only by mutate operations and the number of allowed mutate requests is not publicly known (maybe it is dynamic).
Ales On Feb 15, 6:50 pm, Parvendra Rana <[email protected]> wrote: > Hi, > The limit is 180 calls/seconds and added by Google Adwords system itself. > > Parvendra Rana > Clickable Inc > > On Fri, Feb 5, 2010 at 9:12 PM, AdWords API Advisor < > > [email protected]> wrote: > > Hi Pedro, > > > Unfortunately I can't get into detail about the exact limits around > > requests per minute or similar rate limits, but you should be able to > > make many more requests than two per minute. Are there other scripts > > or programs that could be access the account at the same time? Do you > > have the requestId from one of these failed requests? > > > Thanks, > > - Eric Koleda, AdWords API Team > > > On Feb 3, 9:00 pm, Pedro Morales <[email protected]> wrote: > > > Hello everyone, > > > > I'm working porting a v13 application to v2009 and I'm having problems > > > because I keep getting a QUOTA_EXCEEDED error with the number of > > > requests per minute (RequestsPerMinute). > > > I didn't found any information about this in Google's documentation. > > > > With v13 I didn't have any issue with the same amount of requests. > > > Right now, only around 2 per minute are passing and I'm not using the > > > sandbox. > > > > Is there any way to know the request per minute limit? Is there some > > > way around this limit? > > > > Thanks in advance. > > > -- > > 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]<adwords-api%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/adwords-api?hl=en. -- 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.
