How do I use adword api to get a keyword list for an account, should I select that service object? I can't find it
23 views
Skip to first unread message
jia zheng
unread,
Jun 9, 2018, 4:15:10 AM6/9/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
How do I use adword api to get a keyword list for an account, should I select that service object? I can't find it
Vincent Racaza (AdWords API Team)
unread,
Jun 11, 2018, 3:01:08 AM6/11/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
Hi Jia,
You can use the AdGroupCriterionService.get() and filter your query with CriteriaType = KEYWORD. You can refer to this Java example on how to get the keywords from your account which is also available to other languages as you can see in the link. You may also retrieve the keywords via Keywords Performance Report if what you want are keywords and their statistics.
Let me know if you have further clarifications.
Thanks,
Vincent
AdWords API Team
jia zheng
unread,
Jun 11, 2018, 8:57:03 PM6/11/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