find the search terms that triggered a specific keyword with api?
27 views
Skip to first unread message
yohans
unread,
Dec 5, 2014, 3:27:05 PM12/5/14
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 adwor...@googlegroups.com
Hi,
I have a list of 500 keywords (this list changes every week), and I want to find the search terms/queries that triggered each of these keywords (i.e., 500 sets/lists of search terms that correspond with the 500 keywords). I am new to the adwords API and am having difficulty wading through all of the documentation. Can the API return a list of search terms that triggered a particular keyword? And if so, would you mind directing me towards the relevant documentation?
Thanks,
Yohans
Josh Radcliff (AdWords API Team)
unread,
Dec 8, 2014, 9:21:25 AM12/8/14
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
The fields list includes KeywordId, KeywordTextMatchingQuery, Query, Impressions
The predicate filters on KeywordTextMatchingQuery IN [keyword1, keyword2, ...]
If you aren't familiar with the reporting aspect of the API, you can check out the Reporting Basics guide. Also, each client library contains multiple examples of how to run reports in its examples/v201409/reporting folder.