RE: GoogleAds RESOURCE_EXHAUSTED Rate Limits

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Caihua, Do you happen to have the request-id from some of your failed requests? If you're using a client library you should be able to find those IDs in your logs. If you can't find any IDs, could you s

Re: GoogleAds RESOURCE_EXHAUSTED Rate Limits

2019-03-08 Thread Caihua Du
Thanks Josh for following up. Please let us know if you have any updated on this. One thing we observed is that for AdWords API, we make way higher request by the same dev token and everything works great. We only see the throttling after we tried the new Google Ads API. I believe something h

RE: GoogleAds RESOURCE_EXHAUSTED Rate Limits

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Caihua, My understanding is that the quota error you're getting is based on the developer token, but I'm following up with our engineers to: a) Confirm the above. b) Determine how you can identify errors caused by exceeding rate limits at the customer account level (the equivalent of *rateSc

Re: GoogleAds RESOURCE_EXHAUSTED Rate Limits

2019-03-06 Thread Caihua Du
Thanks Luis. I still have a few questions: 1. If service side think “I” am making too many requests, I believe it’s based on the dev token, otherwise I am not sure how to distinguish different customers from server side. So looks to me this is token based throttling? 2. You mentioned the throttl

RE: GoogleAds RESOURCE_EXHAUSTED Rate Limits

2019-03-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Caihua, The link that you mentioned is more on the daily limits based on the access levels . The RESOURCE_EXHAUSTED error is based on the system frequency limit of the server and could occur if you are making too many request in

Re: GoogleAds RESOURCE_EXHAUSTED Rate Limits

2019-03-05 Thread Caihua Du
Hi Luis, We saw this in Google Ads doc: https://developers.google.com/google-ads/api/docs/access-levels, looks like we do have the doc for rate limit, can you please clarify? Also can you please clarify based on which criteria that server think there are too many request? Is this at dev token

RE: GoogleAds RESOURCE_EXHAUSTED Rate Limits

2019-03-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Kevin, Currently, Google Ads API has no documentation for rate limits. The QuotaCheckError.RESOURCE_EXHAUSTED will occur if you are sending too many requests in a short period of time. There is no scope for t