RE: Remove negative keywords

2019-04-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You can add a filter on the criterionUse to either only include BIDDABLE or exclude NEGATIVE. Cheers, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Remove negative keywords

2019-04-16 Thread fabiosilvavocali
Is there any AdGroupCriterionField that removes the negative keywords of a selector? I'm using this code: Selector selector = builder .fields( AdGroupCriterionField.Id, AdGroupCriterionField.CriteriaType, AdGroupCriterio

Re: Remove Negative Keywords at Campaign Level

2018-03-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi, For those keyword criteria that are created and associated to a campaign, the correct service to do this would be the CampaignCriterionService . To REMOVE the said keywords, you should use the Campa

Remove Negative Keywords at Campaign Level

2018-03-16 Thread Suriya Prakash
Hi, We need to remove a set of negative keywords from Campaign level through API. We found the reference for deleting negative keywords at the adGroup level here, https://developers.google.com/adwords/api/docs/samples/php/basic-operations#remove-a-keyword But we need the code reference t