HI, I have been using Google API for .NET client for quite a time.
Now, i am facing a problem with predicates. After we define all the predicates, we actually need to assign them to the selector. like selector.predicates = new Predicate[] {adGroupPredicate, campaignPredicate}; But lets say we want to add a new predicate programatically. like append it to the already coded code, seen above. The API doesnt show any code for appending in new predicates programatically. Moreover, if in the middle of the runtime, we do not want to include the adGroupPredicate, then how do we remove it from the declared code. My main concern is that I want to assign the predicates programatically, according to some conditions. But i cant seem to populate them in runtime. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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