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 there,
I am looking at the "Exclude Pages about a Specific Topic" support page and I was wondering if we could get, mutate, or query the topic exclusions of a particular campaign via the API.
I know you are able to do this via the API with other exclusions, such as Sensitive Content and Digital Content (API ref here), but I am having a hard time finding the Topic ones in the API.
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 Tim,
You need to use CampaignCriterionService to add negative Vertical criteria using the set of category IDs listed here to exclude a particular topic. You can also use this service to retrieve the topic exclusions at the campaign level. You can refer the GetCampaignTargetingCriteria Java example which shows how to retrieve campaign criteria. You need to modify the predicate to get VERTICAL criteria. The AddCampaignTargetingCriteria Java example shows how to add different targeting criteria to a campaign. Example code in other languages is provided here.
Regards, Shwetha, AdWords API Team.
Tim Tsai
unread,
Apr 5, 2017, 2:40:17 PM4/5/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