How to add Negative keywords in Shared List using API in PHP ?
121 views
Skip to first unread message
Umesh Shinde
unread,
Nov 6, 2017, 4:12:00 AM11/6/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
How to add Negative keywords in Shared List using API in PHP ?
Shwetha Vastrad (AdWords API Team)
unread,
Nov 6, 2017, 1:02:59 PM11/6/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 need to use the SharedSetService to create a shared set of negative keywords. Once you've created the shared set, you can use the SharedCriterionService to add keywords to the newly created set. The CreateAndAttachSharedKeywordSet PHP example shows how to create a shared list of negative broad match keywords and attach them to a campaign. The Shared sets guide provides more details on using AdWords API to create and work with shared sets.