Re: Predicate Adding and removing Programtically

2011-08-16 Thread Sajan Maharjan
HI, Oh yes i see it.. Thanks a lot Sajan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

Re: Predicate Adding and removing Programtically

2011-08-16 Thread Eric Koleda
Hi Sajan, The AdWords API .NET client library isn't doing anything special here. The predicates field is an array of Predicate objects, and you can manipulate that array the same way you would manipulate any other array in .NET. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~

Predicate Adding and removing Programtically

2011-08-12 Thread Sajan Maharjan
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