Hi,
  I want to know hoe can i add Two predicate fields in selector. Below is 
the code how i tried but only one is getting set to selector.
 
            Predicate idsPredicate = new Predicate("Id", 
PredicateOperator.IN, seIds);
            Predicate idsPredicate1 = new Predicate("Status", 
PredicateOperator.IN,new String[]{"ENABLED","PAUSED","REMOVED"});
            selector.setPredicates(new Predicate[]{idsPredicate1});
            selector.setPredicates(new Predicate[]{idsPredicate});
            selector.setFields(selectedFields);

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/9c4635b8-47bb-45c1-9b9d-4f236a9bc9a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to