Re: Email suppression in CampaignCriterion

2017-11-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, You will need to create the user list using AdWordsUserListService and then can add the audiences using the AdWordsUserListService.mutateMembers()

Email suppression in CampaignCriterion

2017-11-30 Thread guser123
Hello All As part of Campaign upload, we are using CampaignCriterionService service. E.g. Month 1 - we upload 100 emails for a campaign. The next month we decided to suppress 50 for the above 100 emails and then upload another set of 50 emails. Output - 100 - 50(to be removed) + 50 (new) em