Is it possible to extract only keyword suggestions with a average monthly search volume bigger than a specific threshold, let's say 100?
33 views
Skip to first unread message
Milan Karsten
unread,
Oct 19, 2017, 10:09:18 AM10/19/17
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 Forum
I am now able to extract keyword suggestions and volume but run into the Adwords API request limitations. That's why it would be nice to extract only keyword suggestions that are relevant for me. If yes, are there other elements where I can filter the keywords to be extracted on?
Shwetha Vastrad (AdWords API Team)
unread,
Oct 19, 2017, 1:33:30 PM10/19/17
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 Forum
Hi,
You can use different SearchParameters to filter the set of all possible TargetingIdeas. For example, you can specify the level of search volume expected in results using SearchVolumeSearchParameter or use the CompetitionSearchParameter to filter the results by the amount of competition. This guide describes how different options in the Keyword Planner are mapped to different SearchParameters in the TargetingIdeaSelector configuration.