I am using the CampaignCriterionService class to pull a report of all the 
criterion set up for a specific campaign.  I would like to filter to simply 
see all the location bidmodifiers currently enabled.  Is there a way with 
the "SetPredicate" method to do this?

I am currently trying:

$selector->setPredicates([new Predicate('CriteriaType', 
PredicateOperator::EQUALS, ['LOCATION'])]);

$selector->setPredicates([new Predicate('BidModifier', 
PredicateOperator::EQUALS, [NULL])]);


However it appears to be returning all types of Criteria Types (device, 
platform, etc..).

Any idea how to:

a. Have this filter properly?
b. Filter for criteria 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/46f25053-ba2b-4956-bb0a-35c0c496ea30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to