Hi, The error you will get in this case is RateExceededError. The exception will have a retryAfter field that tells you how long you should wait before retrying the call. You can find more details at https://developers.google.com/adwords/api/docs/troubleshooting#RateExceededError.RATE_EXCEEDED.
Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, February 12, 2013 1:13:18 AM UTC+5:30, Cap'n of d'Ship wrote: > > I know there's a document somewhere that I read about the throttling done > when we are sending a lot of api calls to adwords api though I couldn't > find it now. Can anyone point me to that document or let me know the > limits? > > We are developing an application to be used by different advertisers > (which should have different MCCs), but probably, the requests will be sent > to the google api from the same ip. If we parallelize sending the requests > get/mutate from the different MCCs where the requests comes from the same > ip, will there be an issue? > > i.e. we have 100 customers (different MCC's) and each MCC can still have > multiple client accounts making mutates at the same time. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
