Hi all,
What would be the best way (in terms of minimum operations and requests to the adwords api) to replace a set of IPs with a new set of IPs in the exclusion list via API?
I was thinking to create a campaignCreterionOperation first to remove all the IPs from the list and then create another campaignCreterionOperation to add the new IPs to the exclusion list. both objects can be sent by campaignCreterionService or MutateJobService.
1. Is that the best way to do it? Is there a way to do it with the "set" operator instead remove and add operators?
2. What is the difference if I used MutateJobService and not campaignCreterionService?
3. Let's say I remove 100 IPs from the list and then adds 100 IPs to the list. Does this count like 200 mutate operations? (I am asking because that would take me very close to the 10,000 operations limit).
thanks!