Hello,

Id like to know, if as its possible to exclude certain AgeRange using this 
code:

return (new AdGroupCriterionOperation())
    ->setOperand(
        (new NegativeAdGroupCriterion())
            ->setAdGroupId($networkId)
        ->setCriterionUse(CriterionUse::NEGATIVE)
        ->setCriterion(
            (new AgeRange())->setId($ageRangeId)
        )
        ->setAdGroupCriterionType(CriterionType::AGE_RANGE)
    )
    ->setOperator(Operator::ADD)
;



If its possible to do the same but with topics, for example, excluding "New 
Homes & Custom Homes" through AdWords API.

Thanks

El viernes, 15 de noviembre de 2019, 18:51:47 (UTC+1), adsapiforumadvisor 
escribió:
>
> Hi Alberto,
>
> Thanks for reaching out. Could you elaborate on your questions to let us 
> know what you are specifically looking for? With elaboration on the 
> questions we could provide a better solution to you.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UOCCaR:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1e8960a6-60cf-4fe6-84f9-c4d224f6007e%40googlegroups.com.

Reply via email to