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 all,
I am trying to get the keywords that only belong to search campaigns from the KEYWORDS_PERFORMANCE_REPORT .
I don't seem to be able to predicate by CampaignType.
How can I get all the info related to keywords from search campaigns only ?
Shwetha Vastrad (AdWords API Team)
unread,
Nov 1, 2016, 2:01:37 PM11/1/16
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,
Keywords Performance Report doesn't have AdvertisingChannelType or AdvertisingChannelSubType fields which indicate the campaign type. You can instead use the AdNetworkType1 and AdNetworkType2 fields in this report to filter data for SEARCH network. This isn't the same as filtering for Search network campaigns though, as you may get results from other campaign types which served on the search network. If this is not what you are looking for, you can use CampaignService or Campaign Performance Report to get a list of Search network campaigns and use these campaign Ids to filter for keywords from Keywords Performance Report.