AdGroup Level Search Remarketing with Adwords API/PHP Library

160 views
Skip to first unread message

Denys Kovalenko

unread,
Feb 16, 2015, 5:12:10 AM2/16/15
to adwor...@googlegroups.com
Hi guys,

I'm struggling to find an example of a script to add a new AdGroup and assign "Target and Bid" to Targeting Settings and Add Remarketing Lists to Audiences by List Id.

Can someone help please?

Josh Radcliff (AdWords API Team)

unread,
Feb 17, 2015, 12:03:32 PM2/17/15
to adwor...@googlegroups.com
Hi,

The AddAudience.php example shows how to create the user list. If you want to add the user list for target and bid, you'll need to:
  1. Add a TargetingSettingDetail to the AdGroup with:
    • criterionTypeGroup = USER_INTEREST_AND_LIST
    • targetAll = false (this is equivalent to "Target and bid" in the UI)
  2. Add a BiddableAdGroupCriterion with:
The 2nd step will be similar to the process of adding bids for a keyword shown in the AddKeywords.php example.

Cheers,
Josh, AdWords API Team

Denys Kovalenko

unread,
Feb 17, 2015, 3:24:15 PM2/17/15
to adwor...@googlegroups.com
Thanks Josh,

Thought it took me sometime to figure out how to do N2 :), its working fine now, appreciate your help!
Reply all
Reply to author
Forward
0 new messages