Re: updating ip exclusion list

2018-10-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Yes, in that case it will be 1000. Please see here to know how the API operations are counted in various case. If you need to remove just one of the IP addresses, you could remove just that one and add the new one. It is not

Re: updating ip exclusion list

2018-10-30 Thread min anh
me too, I lkie you a problem, I havew no deal to fix that On Tuesday, 21 July 2015 17:26:27 UTC-7, uvsuperDev wrote: > > 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

Re: updating ip exclusion list

2018-10-29 Thread rymj
Thank you for your answer. I think I will use "REMOVE then ADD". In that case, if I remove 500 IP addresses and add 500 IP addresses, will the number of operations be counted as 1000? Is there a way to reduce the number of operations? 2018年10月30日火曜日 4時29分56秒 UTC+9 Sreelakshmi Sasidharan

Re: updating ip exclusion list

2018-10-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You are right, you could remove the specific IP_BLOCK and add the updated IP instead of performing the SET operation. Please let me know if you are facing any issues while doing this. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: updating ip exclusion list

2018-10-29 Thread rymj
Can I still use SET operator to update existing exclude IP addresses? I tried it but I got CampaignCriterionError.OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE error. 2015年7月25日土曜日 6時12分58秒 UTC+9 Umesh Dengale: > > Hello, > > You can use SET operator (for the mutate operation) to update existing

Re: updating ip exclusion list

2015-07-24 Thread Umesh Dengale
Hello, You can use SET operator (for the mutate operation) to update existing exclude IP addresses ( Which will remove existing IP address and set the new IP address to exclude provided by SET operator). The MutateJobService

updating ip exclusion list

2015-07-21 Thread uvsuperDev
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