Re: Campaign & User List Upload

2017-12-11 Thread Paul Joy Parayannilam
I'm a bit confused what is meant by operations here. Say for Eg: I have 50 different Advertisement campaigns. I have created 25 User lists which needs to be applied to all these 50 different campaigns. Once all 25 UserLists are uploaded to Adwords using the API (UserListService), then using the U

Campaign & User List Upload

2017-12-11 Thread Paul Joy Parayannilam
Team, I have few user lists which are same across multiple campaigns. Is there a way by which I can upload same user list across multiple campaigns? I'm trying to avoid multiple upload or .ADD operations. So, once I create user list using the user list service and upload those, is there a way by

Remove User List from Campaign

2017-12-11 Thread Paul Joy Parayannilam
Team, I have an existing Adwords account which was manually operated and Im now trying to automate this using the Adwords API. There are campaigns where a bunch of user lists were already uploaded manually using the Adwords UI. Now, is there a way that i can delete all these user lists programat

Re: How to handle very huge amount of data upload

2017-12-11 Thread Paul Joy Parayannilam
Thank You Vincent. I have below followup question. To help me understand correctly, lets say I have about 2-3 billion records( actual could be a lot more) to be uploaded across multiple campaigns. So, using the batchjobservice, i should be able to upload upto about 1 GB of data at any given time

How to handle very huge amount of data upload

2017-12-06 Thread Paul Joy Parayannilam
Hello Team, As per my requirement, I have to use the Adwords API to upload records to Adwords account against various campaigns. Please help with answers for below questions. 1. I'm planning to have about 3500 to 4000 campaigns in the Adwords side. 2. Across all campaigns together, the number of

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 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

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*