Add new email to campaign list

29 views
Skip to first unread message

tarun...@daffodilsw.com

unread,
Jun 15, 2018, 6:45:43 AM6/15/18
to AdWords API and Google Ads API Forum
Hi,

I want to add the array of emails to a particular campaign. How can I do so?


Teja Makani

unread,
Jun 15, 2018, 3:47:59 PM6/15/18
to AdWords API and Google Ads API Forum
Hello Tarun,

It looks like you are trying to add audience to your campaign. It is a 2 step process please find my response below:
  1. You need to create a CRM based user list which contains all the emails that you want to upload to the user list. You could use the AddCrmBasedUserList.java in Java to add the emails. You can refer the code samples in other languages here. Please note that an audience list must have at least 1,000 active members for ads to serve on Google Search, YouTube and Gmail. It takes almost 6 to 12 hours for the list to be populated with members. Also, you could see the users lists under Audience lists of the Audience manager windows after logging into your AdWords account. But you can not see the members(emails Ids) of those lists due to the privacy policy. You could refer to this guide for more details on user lists.

  2. After successfully populating the user list into the AdWords account, you could use the mutate operation of CampaignCriterionService and set the Criterion type as USER_List. Likewise, you could use mutate operation of AdGroupCriterionService and set criterion type as USER_LIST. You could also refer this guide to add that user list to target your campaign/AdGroup manually.
If your question is different? please elaborate the scenario and let me know if you have any further questions.

Regards,
Sai Teja, AdWords API Team. 

Reply all
Reply to author
Forward
0 new messages