Re: gaql for account level ip exclusion list

2024-04-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Kindly note that feature requests created are subject to review with the engineering team. It is not possible to make feature requests public, as not all feature requests will be implemented. With this follow our Release Notes and Blog Post for announcements about new API releases and featu

Re: gaql for account level ip exclusion list

2024-04-19 Thread İbrahim Varol
We were also looking into this API to programmatically block detected bot IPs instead of using the campaign criterion which can get pretty heavy if there are hundreds of campaigns. Is there any other way to achieve this? I understand you recommend us to follow the release notes and blog posts,

Re: gaql for account level ip exclusion list

2024-04-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Kindly note that the "IP exclusions" at account level are not yet supported in the Google Ads API. I will raise a request to add this feature to be available in the Google Ads API. We cannot provide a scheduled timeline for the availability of this feature in the Google Ads API. I would rec

GAQL for Account Level IP exclusion list

2024-03-27 Thread Ayush
What can I do to get the Account Level IP exclusion list. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Googl

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

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 v

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

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 f

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: Replace IP Exclusion List (PHP)

2017-12-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jeff, Currently, we do not have a specific PHP example that would replace an IP Exclusion list from a campaign. However, since you will be deleting the entire existing IP_BLOCK criteria with a new set of IP_BLOCK criteria, then you can use the CampaignCriterionService.get() <ht

Replace IP Exclusion List (PHP)

2017-12-04 Thread Jeff C
Does anyone know where there is example code for replacing the entire IP Exclusion list for a campaign with a new list? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com

Re: IP exclusion using Adwords API with .net console code

2017-07-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may refer to the AddCampaignTargetingCritera example for the structure of the code. You may then use the IpBlock

IP exclusion using Adwords API with .net console code

2017-07-11 Thread SK. MOHTASIM BILLAH
Hello, I've been looking for code which will guide me how to use AdWordsApi.cs class in dot net console application. Specially what I want is to use ip block criterion, from my application. There are many ip addresses which I want to block but not using google interface but using api through my

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 anothe

Re: IP Exclusion via AdWords API

2015-05-12 Thread Anthony Madrigal
Hi Ofir, You could use the CampaignCriterionService and select a CampaignCriterion. You will need to set up a Predicate and use the EQUALS operator to set *CriteriaType *equal to *IP_BLOCK.* Regards, A

IP Exclusion via AdWords API

2015-05-11 Thread Ofir Chakon
Hi, Is it possible to access the IP exclusion list from the AdWords API? I have searched about this topic and I didn't manage to find an updated answer regarding this topic. Thanks in advance, Ofir -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and G

Re: IP exclusion via Adwords API

2014-12-03 Thread techpoint . 2015
Hi, Is IP Exclusion feature available via API now? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: IP exclusion via Adwords API

2013-05-29 Thread David Torres (AdWords API Team)
Hi Adonis, We have no updates to communicate at this moment. Best, - David Torres - AdWords API Team On Friday, May 24, 2013 4:36:08 PM UTC-4, Adonis-Gabriel Serban wrote: > > any future date regarding ip exclusion from api ? it seems to me like a > total " must have " >

Re: IP exclusion via Adwords API

2013-05-26 Thread Adonis-Gabriel Serban
any future date regarding ip exclusion from api ? it seems to me like a total " must have " marți, 5 iulie 2011, 09:44:07 UTC+3, Anash P. Oommen a scris: > > Hi Jim, > > No, this feature is still not available in AdWords API. As for increasing > the existing limits, you

Re: IP Exclusion

2012-06-29 Thread Anash P. Oommen
Hi, This feature is not supported in AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor, On Friday, 29 June 2012 01:26:54 UTC+5:30, jms wrote: > > Hi there, > > I just wanted to post a quick question whether IP exclusions are available > in the API yet. I still can't find any definitive

IP Exclusion

2012-06-28 Thread jms
Hi there, I just wanted to post a quick question whether IP exclusions are available in the API yet. I still can't find any definitive information on it, and I know lots of folks are looking for it. Thanks in advance. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: IP exclusion via Adwords API

2011-07-04 Thread Anash P. Oommen
Hi Jim, No, this feature is still not available in AdWords API. As for increasing the existing limits, you might want to ask on the AdWords forum. http://www.google.com/support/forum/p/AdWords?hl=en Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

IP exclusion via Adwords API

2011-07-04 Thread jkurtowicz
Has there been any update to the API that allows one to leverage the IP Exclusion feature of Adwords? Also does any one know if Google has any plans to expand the number of excluded IP addresses that are possible from 100 to some higher number? Thanks! Jim

AdWords API Re: IP exclusion using API

2009-03-24 Thread AdWords API Advisor
Hello, Unfortunately, there's no way to modify the AdWords IP Exclusion (http://adwords.google.com/support/bin/answer.py?hl=en&answer=61492) data via the API. It's only exposed via the web interface. Cheers, -Jeff Posnick, AdWords API Team On Mar 24, 8:45 am, Diefy wrote: >

AdWords API IP exclusion using API

2009-03-24 Thread Diefy
I would like to know if more IP's can be excluded using Adwords API? Currently Adwords allows only 20 IPs to be excluded. I want more IPs to be excluded. Can i do it using API? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google