Hello all, We are quite new to google api, so sorry for dumb question. Can someone give us some hints on "Generate Forecast Metrics" rates limits.
we have "basic access" level to Google ads api at the moment. As per document API Limits and Quotas | Google Ads API | Google Developers <https://developers.google.com/google-ads/api/docs/best-practices/quotas> : we understand that for "KeywordPlanService.GenerateForecastMetrics" can be use max 1 per second, while any other requests from "Generate Forecast Metrics" like "MutateKeywordPlanAdGroupKeywords" can be used 60 times per 60 sec. This in general those limits should be fine to generate forecast once a second. We are using 1 campaign 2-5 ad groups inside with 10-20 keywords each. In total we will have 4 calls to google ads api 1. MutateKeywordPlans 2. MutateKeywordPlanCampaigns 3. MutateKeywordPlanAdGroups 4. GenerateForecastMetrics For the first implementation we didn't follow Google ads api limit rules, and we were able to generate about 100 estimates one after another, before we got error like this: "Failure": { "errors": [ { "errorCode": { "quotaError": "RESOURCE_EXHAUSTED" }, "message": "Too many requests. Retry in 5797 seconds.", "details": { "quotaErrorDetails": { "rateScope": "DEVELOPER", "rateName": "Number of operations for basic access", "retryDelay": "5797s" } } } ] } Today we have implemented all the restrictions from Google ads api limit guide, waited for time form error message has passed and tried again, but now we was able to get just 3-5 times the estimates before getting again this error. We have some other services working as well, but totals amount of daily usage are far from daily limits. Those are method usage for "1 day" window: *google.ads.googleads.v9.services.CampaignBudgetService.GetCampaignBudget 14google.ads.googleads.v9.services.GoogleAdsService.SearchStream 190google.ads.googleads.v9.services.KeywordPlanAdGroupKeywordService.MutateKeywordPlanAdGroupKeywords 172google.ads.googleads.v9.services.KeywordPlanAdGroupService.MutateKeywordPlanAdGroups 177google.ads.googleads.v9.services.KeywordPlanCampaignService.MutateKeywordPlanCampaigns 197google.ads.googleads.v9.services.KeywordPlanIdeaService.GenerateKeywordIdeas 1google.ads.googleads.v9.services.KeywordPlanService.GenerateForecastMetrics 119google.ads.googleads.v9.services.KeywordPlanService.MutateKeywordPlans 219* Thanks in advance for any help! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/85574411-2ddf-4c58-8db1-00712e28feaan%40googlegroups.com.