Re: Call generate_historical_metrics for multiple keyword plans in a single call

2023-01-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nam, There is no way to have multiple keyword plans at the same time for the KeywordPlanService.GenerateForecastMetrics in the Google Ads API. Add to that, all requests to Keyword Planning services for both standard and basic access are rate limited. Fewer requests are allowed per minute whe

Re: Call generate_historical_metrics for multiple keyword plans in a single call

2023-01-17 Thread Nam Đào
Thanks, Stage 1 I used MutateOperation, everything is fine But in stage 2, make request to KeywordPlanService.GenerateForecastMetrics. I have to call each request for each keywordplan. Is it possible to request to KeywordPlanService.GenerateForecastMetrics for multiple keywordplans at the same t

Re: Call generate_historical_metrics for multiple keyword plans in a single call

2023-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nam, I work with Jinky. Thanks for getting back to us. Thanks for confirming that your said feature is not possible in the Google Ads UI. To generate forecast metrics, you may breakdown your implementation for your tool in following 2 steps: Create a KeywordPlan, KeywordPlanCampaigns, Keywo

Re: Call generate_historical_metrics for multiple keyword plans in a single call

2023-01-17 Thread Nam Đào
My feature is not possible in the Google Ads UI. My tool will get data on a monthly basis, it is located on a separate server. On Tuesday, January 17, 2023 at 9:48:19 PM UTC+7 adsapi wrote: > Hi Nam, > > For security purposes, you can provide it via the > Reply privately to author option. If t

Call generate_historical_metrics for multiple keyword plans in a single call

2023-01-16 Thread Nam Đào
KeywordPlanAdGroupKeywords under each KaywordPlanAdGroup. It took me 20 minutes to get the job done. If I could call generate_historical_metrics for multiple keyword plans in a single call, it would be much faster. Am I missing out on something