|
||||||
Hi Nam,
For security purposes, you can provide it via the Reply privately to author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.
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:
You may try to use bulk mutates, and see if it helps you. Also, BatchJobService supports all of the operations listed in MutateOperation, with a few important exceptions.
The Google Ads API executes all operations in a job with partial failure enabled. However, the following operations in MutateOperation do not support partial failure because they must be atomic. As a result, they are not supported within batch jobs and you should avoid adding them to your jobs.
If you need to execute any of these operations, use the mutate method of GoogleAdsService instead, and set partial_failure to false in your requests.
Your one request of GoogleAdsService.Mutate containing MutateOperation may create following:
Once you created the KeywordPlan, then second step is to run code example to make request to KeywordPlanService.GenerateForecastMetrics after creating the KeywordPlan, and then iterates through each of the KeywordPlanKeywordForecasts and displays each of the forecast metrics.
I hope this helps. Let us know if you have any questions.
Regards,
|
||||||
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 when compared to other services. Our recommendation is to cache or store results as you will receive the same response over a long time span. For example, if you request a set of existing keywords, the response is not going to change over a period of hours or days. In the case of historical metrics, the statistics refresh monthly.
Let us know if you have any other questions by opening a new forum thread or by reaching out to us via a support email alias.
Regards,