Keyword Planner API - Configured Requests for List of Keywords
62 views
Skip to first unread message
Rishav Choudhury
unread,
Jul 10, 2018, 6:58:04 AM7/10/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Is there any exhaustive technical documentation on Google AdWords API which explains how I can call specific configurations for a list of keywords to return the volume?
Say for Example: I have a list of 10,000 keywords for which I need Search Volume but I want to configure the Country and other filters.
Please help!
Teja Makani
unread,
Jul 10, 2018, 3:42:22 PM7/10/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hello Rishav,
By setting the TargetingIdeaService.RequestType to STATS for the TargettingIdeaService, you could get the historic search volume for the specific keyword. You would be also able to configure the language and location preferences of the historical stats using LanguageSearchParameter and LocationSearchParameter of the TargettingIdeaSelector. The sample code in Java to fetch keywords related to a seed keyword is mentioned here. With a little modification as mentioned above, you would be able to use the sample program as per your requirements. Code samples in other languages can be found here. You could also refer to this guide to know more about generating targeting Ideas. Please let me know if you have any further questions.