How to Add Placement exclusion list through API in PHP ?
82 views
Skip to first unread message
Umesh Shinde
unread,
Nov 6, 2017, 7:09:30 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 Placement exclusion list through API in PHP ? Also how to add placements in Placement exclusion list through API in PHP ?
Shwetha Vastrad (AdWords API Team)
unread,
Nov 6, 2017, 1:02:22 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 Umesh,
You need to use SharedSetService to create a SharedSet of type NEGATIVE_PLACEMENTS to create a placement exclusions list. Once you have created the placement exclusion list, you can use SharedCriterionService to add/remove a placement from a shared set. The CreateAndAttachSharedKeywordSet example shows how to create a shared list of negative keywords. You can use this example as a reference and make necessary changes to add a placement exclusion list. The Shared sets guide provides more details on using AdWords API to create and work with shared sets.