Re: How to handle Target and Suppress user list in campaigns

2017-12-01 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Paul, It is not possible to partially exclude members of a targeted user list criterion. User lists can only be modified using the AdWordsUserListService via the API. Similarly, to modify or set a cam

Re: How to handle Target and Suppress user list in campaigns

2017-11-30 Thread Paul Joy Parayannilam
Thank You Sreelakshmi again for timely response. I want to ask the question different based on the actual subject of this forum. 1. Other than performing a deletion/removal of email ID's, does Adwords provide a feature to Suppress certain email ID's from the campaign. For eg: Out of 1 Million ema

Re: How to handle Target and Suppress user list in campaigns

2017-11-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Paul, Yes, you will have to specify the userListId and membersList

Re: How to handle Target and Suppress user list in campaigns

2017-11-30 Thread Paul Joy Parayannilam
Thank You. I have a followup question. So when we use AdWordsUserListService , we get a user list ID(or a specific file ID) and we upload emails to this specific file. While removal, do I need to mention th

Re: How to handle Target and Suppress user list in campaigns

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

How to handle Target and Suppress user list in campaigns

2017-11-30 Thread Paul Joy Parayannilam
Hi, Im currently working on developing a solution using Adwords API. Im planning to use *AdwordsUserListService* and *CampaignCriterion*