RE: RateExceededError rateName=RATE_LIMIT

2019-03-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I see that you are getting rate limit with ACCOUNT scope. This means that the number of calls against the specific account is high in the short interval of time. You will need to slow down and wait atleast the time specified in the retryAfterSeconds parameter in the error and retry the

Re: RateExceededError rateName=RATE_LIMIT

2019-03-04 Thread Andreas Toresäter
Hi, I am getting this error too. I just started developing with the API, new dev token approved yesterday. First two request I got this error so I find it very strange that the limit should be exceeded. A don't do many requests a minute since I am doing them manually trying to figure out what

Re: RateExceededError rateName=RATE_LIMIT

2016-08-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, If an application makes a high number of requests per second on a single AdWords account, then the AdWords API server may return a RateExceededError within the Account scope. The RateExceededError will contain the retryAfterSeconds field which is the suggested number of seconds the

Re: RateExceededError rateName=RATE_LIMIT

2016-08-04 Thread gianluca . campo
Same problem here. This is the messagge I got (mine is a Python script): *No handlers could be found for logger "suds.client"* *Traceback (most recent call last):* * File "C:\Users\gianluca.campo\Google

Re: RateExceededError rateName=RATE_LIMIT

2014-04-11 Thread Pearl Jam
... what a meaningful answer! thanks! we have seen these rateName too, and dont know for what it stands. at AdWords API Rate Limits guide is written: Rate name and why it matters? In addition to understanding Rate Scope, it’s also IMPORTANT to understand the type of Rate Limit that was

Re: RateExceededError rateName=RATE_LIMIT

2014-04-11 Thread Ray Tsang (AdWords API Team)
Jam, Please get the additional informationso that we can see the rateScope and retryAfterSeconds as well. Those are just as important as the rateName. Secondly, please provide the full request/response log. Thanks, Ray On Friday, April 11, 2014 3:51:54 AM UTC-4, Pearl Jam wrote: ...

Re: RateExceededError rateName=RATE_LIMIT

2014-04-10 Thread Ray Tsang (AdWords API Team)
Hi, Please review our AdWords API Rate Limits guidehttps://developers.google.com/adwords/api/docs/guides/rate-limits. There should be more information associated w/ the exception and you have to access it via additional methods. Cheers, Ray On Thursday, April 10, 2014 9:50:24 AM UTC-4,