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, I have added remarketing tag to my site but there is no API support for creating remarketing list for my existing campaigns and adgroups. How can i pass the value of "Interests and Remarketing" filed in Adgroup through API?
Sreelakshmi Sasidharan (AdWords API Team)
unread,
Dec 5, 2017, 2:31:58 PM12/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
to AdWords API Forum
Hi,
You will need to create the remarketing lists using the AdWordsUserListService and then use the AdGroupCriterionService or CampaignCriterionService to add the list as a criterion on the AdGroup or Campaign respectively. Please check the guide on Remarketing and Audience targeting for more information on creating the user lists and setting that as targeting criterion. The guide also includes code samples at the end.