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})

 What should be passed as value here?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




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?

On Wednesday, 3 April 2013 10:13:26 UTC+5:30, Kaushik Sahoo wrote:

 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})

 What should be passed as value here?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




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 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:
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

--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.