Setting 'Interest and remarketing' field for adgroups using adwords API
19 views
Skip to first unread message
Chintan Gosalia
unread,
Apr 25, 2017, 9:53:36 AM4/25/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
Hey guys - I am fairly new to the adwords. I am creating new adgroups using the adwords api for java. While at it, I wish to set the "Interest and remarketing" field (which I am able to access using google adwords editor) for the newly created adgroups. I would appreciate if someone can help me with a code snippet that does this?
I need to set "Interest and remarketing" to either 'Bid only' or 'Target and bid'. Any help is greatly appreciated.
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 Chinthan,
You could check the guide on Remarketing and Audience targeting to know all about setting remarketing via the AdWords API. In this document, the section "Targeting settings for remarketing" has information about setting the userListSetting. Setting the attribute TargetAll to true will enable "Bid only" and setting it to false will enable "Target and bid". The guide also has example code snippets. Please give it a try and let me know how it goes.