Hi, According to this guide <https://developers.google.com/adwords/api/docs/guides/rate-limits#elements_of_rateexceedederror>, the error you are encountering occurs if the same application makes a high number of requests per second on a single Google Ads account managed by a manager account, the AdWords API Server may return a RateExceededError for exceeding rate limit within the Account scope. This could happen, for example, if your client application spawned multiple threads to perform an excess number of mutate() operations against a single Google Ads account.
You could slow down your requests and retry after a few hours before proceeding. If you still encounter this error, kindly provide the complete SOAP request and response logs via *Reply privately to author*. Regards, Dannison AdWords API Team On Wednesday, December 12, 2018 at 10:30:36 AM UTC+8, Chen Roger wrote: > > Hello google API team, > > I want to ask about RateExceededError > I often get this message. > RateExceededError <rateName=RATE_LIMIT, rateKey=null, rateScope=ACCOUNT, > retryAfterSeconds=30 > > Even though I have been in action for 30 seconds, I still get an error. > > -- > Cordially > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d8d56a02-3051-4a82-9ad4-7e7a2a177734%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
