I think it would be useful to support a logical OR between predicates. Not sure how it would be expressed using current API semantics. Am I overlooking a way to achieve the same thing using the API is it stands? - Chris
On Jul 7, 4:52 pm, AdWords API Advisor <[email protected]> wrote: > Hi Chris, > > Yes, the rows must match all predicates to be returned in the report. > This information currently isn't contained in the documentation, but > it should likely appear within the Selector.predicates documentation. > I'll work with the documentation team to ensure this is updated. > > Best, > - Eric > > On Jul 7, 2:51 pm, chris h <[email protected]> wrote: > > > Eric, > > > If a list of predicates is supplied, are the ANDed together? > > > meta-question: where would I find the answer to that in the > > documentation? > > > Thanks, > > Chris > > > On Jul 7, 2:09 pm, AdWords API Advisor <[email protected]> > > wrote: > > > > Hi Chris, > > > > The values are always passed as strings, as defined in the Predicate > > > object: > > > > http://code.google.com/apis/adwords/v2009/docs/reference/ReportDefini... > > > > Best, > > > - Eric Koleda, AdWords API Team > > > > On Jul 6, 1:16 pm, chris h <[email protected]> wrote: > > > > > Also, are values always strings? even when field is of another type? > > > > > On Jul 6, 1:21 am, [email protected] wrote: > > > > > > Hi Chris, > > > > > >http://code.google.com/p/google-api-adwords-java/source/browse/trunk/... > > > > > shows the use of PredicateOperator.EQUALS. The usage of other > > > > > operators > > > > > are similar. > > > > > > Cheers, > > > > > Anash P. Oommen, > > > > > AdWords API Team > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
