Exact historical monthly search volume from KeywordPlanIdeaService?

1,004 views
Skip to first unread message

Joy Yu

unread,
Apr 6, 2021, 2:18:53 PM4/6/21
to AdWords API and Google Ads API Forum
Hey all,

Was wondering if it was possible to get historical search volume by month for each keyword idea in KeywordPlanIdeaService rather than the average monthly searches. Pretty much what TARGETED_MONTHLY_SEARCHES produces in TargetingIdeaService, but instead for KeywordPlanIdeaService.

Thanks!

Google Ads API Forum Advisor Prod

unread,
Apr 6, 2021, 3:47:04 PM4/6/21
to adwor...@googlegroups.com

Hi Joy,

Thank you for reaching out. You could use the KeywordPlanService.GenerateHistoricalMetrics to generate the historical metrics specific to the targeting options selected, including geographies, network, etc. The MonthlySearchVolume is the counterpart for TARGETED_MONTHLY_SEARCHES returned from TargetingIdeaService via the AdWords API. Please refer to this guide on how to generate historical metrics via the Google Ads API.

Thanks and regards,
Xiaoming, Google Ads API Team


Google Logo
Xiaoming
Google Ads API Team
 


ref:_00D1U1174p._5004Q2EqKpN:ref

Joy Yu

unread,
Apr 6, 2021, 4:48:15 PM4/6/21
to AdWords API and Google Ads API Forum
Hi Xiaoming,

Thanks for the references, I was wondering though if it was possible to get the MonthlySearchVolume without creating keyword plans? I think TARGETED_MONTHLY_SEARCHES bypasses creating keyword plans.

Thanks,

Joy

Google Ads API Forum Advisor Prod

unread,
Apr 6, 2021, 11:10:45 PM4/6/21
to adwor...@googlegroups.com
Hi Joy,

Thank you for the follow up. I work with Xiaoming and allow me to assist you.

Generating historical metrics would require a keyword plan as outlined in the steps here. For historical metrics, the forecast_period is the field that would not be needed. I hope this helps.

Best regards,

Google Logo
Peter Laurence Napa Oliquino
Google Ads API Team
 


ref:_00D1U1174p._5004Q2EqKpN:ref

Mehmet Gunes

unread,
Apr 7, 2021, 12:04:26 AM4/7/21
to joy...@voxmedia.com, AdWords API and Google Ads API Forum
If l had to taked Water you all ingludent User and Send here
süpernations they Are and only alone to me my sir World so Hard where
there Are More people had Been life but can be or l felling my gad
never will give to cant were läst nighd no promlem Elhamdülillah
maybe help be for jop my idea l will to so learn have Been future my
live Thank a Lot my sir

On 06/04/2021, 'Joy Yu' via AdWords API and Google Ads API Forum
<adwor...@googlegroups.com> wrote:
> Hi Xiaoming,
>
> Thanks for the references, I was wondering though if it was possible to get
>
> the MonthlySearchVolume without creating keyword plans? I think
> TARGETED_MONTHLY_SEARCHES bypasses creating keyword plans.
>
> Thanks,
>
> Joy
>
> On Tuesday, April 6, 2021 at 3:47:04 PM UTC-4 adsapiforumadvisor wrote:
>
>> Hi Joy,
>>
>> Thank you for reaching out. You could use the
>> KeywordPlanService.GenerateHistoricalMetrics
>> <https://developers.google.com/google-ads/api/reference/rpc/v6/KeywordPlanService#generatehistoricalmetrics>
>>
>> to generate the historical metrics specific to the targeting options
>> selected, including geographies, network, etc. The MonthlySearchVolume
>> <https://developers.google.com/google-ads/api/reference/rpc/v6/KeywordPlanHistoricalMetrics#monthly_search_volumes[]>
>>
>> is the counterpart for TARGETED_MONTHLY_SEARCHES returned from
>> TargetingIdeaService via the AdWords API. Please refer to this guide
>> <https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics>
>>
>> on how to generate historical metrics via the Google Ads API.
>>
>> Thanks and regards,
>> Xiaoming, Google Ads API Team
>>
>> [image: Google Logo]
>> Xiaoming
>> Google Ads API Team
>>
>>
>> ref:_00D1U1174p._5004Q2EqKpN:ref
>>
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 adwor...@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api...@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
> "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to adwords-api...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/d0f8b450-cc1e-48b7-9f62-4ad9cf559da1n%40googlegroups.com.
>

Joy Yu

unread,
Apr 7, 2021, 3:09:37 PM4/7/21
to AdWords API and Google Ads API Forum
Hi Peter,

I plan to have a script that iterates through ~20K keywords, grabbing their historical monthly volumes. Wouldn't it be unsustainable for me to create ~20K keyword plans? Any other options here?

Thanks,

Joy

Google Ads API Forum Advisor Prod

unread,
Apr 7, 2021, 10:25:05 PM4/7/21
to adwor...@googlegroups.com
Hi Joy,

Unfortunately, a keyword plan would be required as mentioned in this section, when generating the (historical) metrics.

You can opt to use the BatchJobService for creating keyword plans in bulk, since the KeywordPlanOperation is included in the list of supported mutate operations of this service.

Joy Yu

unread,
Apr 8, 2021, 11:38:42 AM4/8/21
to AdWords API and Google Ads API Forum
Hi Peter,

Is there a limit to how many keyword plans a Google Ads account can have? 

And the script I would have would: create a keyword plan, create a keyword plan campaign, create a keyword plan ad group, create a keyword plan ad group keyword, generate historical metrics.

Do each of these steps count as 1 operation to the daily 10,000 limit on basic accounts?

Thanks,

Joy

Joy Yu

unread,
Apr 8, 2021, 12:35:39 PM4/8/21
to AdWords API and Google Ads API Forum
Also, how many keywords can I have in a keyword plan?

Google Ads API Forum Advisor Prod

unread,
Apr 8, 2021, 4:46:26 PM4/8/21
to adwor...@googlegroups.com

Hi Joy,

Thank you for reaching out. The max number of saved keyword plans is 10000. It's possible to remove plans if the limit is reached. The max number of keyword plan keywords per plan is also 10000. And each of these steps you mentioned would count as one operation thus you could consider updating your access level to Standard access via this form to have unlimited operations per day.

Thanks and regards,
Xiaoming, Google Ads API Team
 

Google Logo
Xiaoming
Google Ads API Team
 


ref:_00D1U1174p._5004Q2EqKpN:ref

Jabez Tadesse

unread,
Oct 24, 2023, 1:36:41 PM10/24/23
to Google Ads API and AdWords API Forum
Does this still hold true in 2023?

Google Ads API Forum Advisor

unread,
Oct 25, 2023, 2:05:24 AM10/25/23
to jabezt...@gmail.com, adwor...@googlegroups.com
Hi,

Thank you for getting back to us.

Yes, the maximum number of KeywordPlan per account is 10000 still holds true in 2023. I would suggest you to check our API Limits and Quotas document for more information on limits related to keyword plans. Hope this helps.
 
This message is in relation to case "ref:!00D1U01174p.!5004Q02EqKpN:ref"

Thanks,
 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages