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
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
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
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
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