Re: IPBLOCK Adwords api php

2019-01-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, In order for us to track issues better, could you please elaborate your question in a new thread? Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: IPBLOCK Adwords api php

2019-01-09 Thread rajit bansal
Can u recode this in structural Approach? On Wednesday, 19 July 2017 21:22:58 UTC+5:30, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > You can use the PHP code snippet below to add a negative IpBlock criterion > to your campaign. > > class AddIpBlock { > > const CAMPAIGN_ID =

Re: IPBLOCK Adwords api php

2018-03-26 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, In order for us to track issues better, could you please elaborate your question in a new thread as this thread is quite old? Regards, Dhnaya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: IPBLOCK Adwords api php

2018-03-26 Thread eitsec
REMOVE is not working -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: IPBLOCK Adwords api php

2017-07-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use the PHP code snippet below to add a negative IpBlock criterion to your campaign. class AddIpBlock { const CAMPAIGN_ID = 'YOUR_CAMPAIGN_ID'; public static function runExample(AdWordsServices $adWordsServices, AdWordsSession $session, $campaignId, $locationFeedId) {

Re: IPBLOCK Adwords api php

2017-07-18 Thread SK. MOHTASIM BILLAH
Hi, I am a asp.net developer and I am trying to develop the same thing (ip block) from my application.I am using .net client library and I can run the usual campaigns like campaign add, retrieve, keywords retrieve etc. If you were able to solve the issue then can you help me with the code. PHP

Re: IPBLOCK Adwords api php

2017-02-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the error that you encounter when you perform this operation? Using the above program, you'll encounter the CampaignCriterionError.CONCRETE_TYPE_REQUIRED .

Re: Ipblock adwords api php???

2017-02-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, IpBlock is a negative criterion that should be applied at the campaign level. You need to use CampaignCriterionService to retrieve your CampaignCriterion. The predicates, fields, etc. of a selector

Ipblock adwords api php???

2017-02-06 Thread manager
Hello i write this code but its not correct. Any ideas??? Or is the other way??? *Fatal error*: Cannot access protected property use Google\AdsApi\AdWords\AdWordsServices; use Google\AdsApi\AdWords\AdWordsSession; use Google\AdsApi\AdWords\AdWordsSessionBuilder; use

IPBLOCK Adwords api php

2017-02-06 Thread manager
HI all I want to block IP but somwhere i have problem at code. Can you help me please??? Here is the code class UpdateKeyword { const campaignId = '367448090'; public static function runExample(AdWordsServices $adWordsServices, AdWordsSession $session, $campaignId) {