Re: Predicate - Filtering not null

2013-04-02 Thread Kaushik Sahoo
I'm using v201209 of Adwords Api + Java old client Library(8.10) On Monday, 11 February 2013 20:40:09 UTC+5:30, Kaushik Sahoo wrote: How do we filter out not null values while using Predicates? For e.g, new Predicate(DestinationUrl, PredicateOperator.NOT_EQUALS, new String[] {Value})

Re: Predicate - Filtering not null

2013-04-02 Thread Kaushik Sahoo
The workaround I used was this:- new Predicate(DestinationUrl, PredicateOperator.STARTS_WITH, new String[] {http}) So, this would basically give me all the destination URLs(as it can start with either 'http' or 'https') which are NOT NULL. But can we do it with PredicateOperator.NOT_EQUALS?

Re: Predicate - Filtering not null

2013-02-21 Thread Paul Matthews (AdWords API Team)
Hi Kaushik, I'm looking into this for you, I've been trying a few values but to no avail. Can you just confirm which library you're using? Cheers, - Paul, AdWords API Team. On Monday, 11 February 2013 15:10:09 UTC, Kaushik Sahoo wrote: How do we filter out not null values while using

Predicate - Filtering not null

2013-02-11 Thread Kaushik Sahoo
How do we filter out not null values while using Predicates? For e.g, new Predicate(DestinationUrl, PredicateOperator.NOT_EQUALS, new String[] {Value}) What should be passed as value here? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: