Re: How to add global negative placements

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi, Could you please reply privately to author your full request and response so I can see what the error you are facing is? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001UaSU68:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsd

Re: How to add global negative placements

2020-05-04 Thread cv
Hi Anthony, I would also like to assign created SharedSet to campaigns. For that, I was using like this $campaignSharedSet = new CampaignSharedSet([ 'campaign' => new StringValue( ['value' => ResourceNames::forCampaign($this->customerId, $campaignI

Re: How to add global negative placements

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hello, I will add a feature request on your behalf to have this added to the API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UaSU68:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=

Re: How to add global negative placements

2020-04-27 Thread cv
Hi Anthony, I am using new Google Ads PHP Lib(beta). The UI can take any url, that can automatically converted to channel, so thought it might be possible using API. So, I would only do the following criteria to exclude. 1. ContentLabel

RE: How to add global negative placements

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, it is not possible to exclude YouTube users via the API. You can use the CustomerNegativeCriterionService to exclude criteria from the customer level. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UaSU68:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to add global negative placements

2020-04-27 Thread cv
Hi, I know that I can add a Youtube channel using Youtube Channel but what about User? How Do I add https://www.youtube.com/user/DisneyCollectorBR as a negative? Thanks, On Monday, 27 April 2020 19:42:28 UTC+5:30, cv wrote: > > Hi, > > I was trying to add placements as a Global Negative List.