Re: INVALID_PREDICATE_OPERATOR CONTAINS_ANY

2014-09-30 Thread Ray Tsang (AdWords API Team)
Sebastien, Please see the client library readme to turn on the logging. Thanks, Ray On Tuesday, September 30, 2014 8:09:12 AM UTC-4, sébastien pénagos wrote: > > Hi, thank you for your answers. > I've test the CONTAINS_ANY Predicate on Labels LA

Re: INVALID_PREDICATE_OPERATOR CONTAINS_ANY

2014-09-30 Thread sébastien pénagos
Hi, thank you for your answers. I've test the CONTAINS_ANY Predicate on Labels LABELS with Campaign as the example in the client librairies. I check with different type of value: - with integers as 12345 - with double quoted integers (as "12345") , for this two it worked perfectly. If I try a s

Re: INVALID_PREDICATE_OPERATOR CONTAINS_ANY

2014-09-29 Thread Ray Tsang (AdWords API Team)
Also, please try to use "IN" operator as well. Thanks, On Monday, September 29, 2014 6:01:24 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Sebastien, > > Could I trouble you to send me the full request/response XML log in > private? > > Thanks, > > Ray > > On Monday, September 29, 2014 1:32

Re: INVALID_PREDICATE_OPERATOR CONTAINS_ANY

2014-09-29 Thread Ray Tsang (AdWords API Team)
Sebastien, Could I trouble you to send me the full request/response XML log in private? Thanks, Ray On Monday, September 29, 2014 1:32:24 PM UTC-4, WZ wrote: > > HI > > Not an expert, but ensure that the return of the URL is a stringset. You > can use the Conatins_any only on Stringset column

Re: INVALID_PREDICATE_OPERATOR CONTAINS_ANY

2014-09-29 Thread WZ
HI Not an expert, but ensure that the return of the URL is a stringset. You can use the Conatins_any only on Stringset columns. On Monday, September 29, 2014 10:57:08 AM UTC-4, sébastien pénagos wrote: > > Hi, I'm currently trying to get AdgroupAd where the Url parameters > contains a certain

INVALID_PREDICATE_OPERATOR CONTAINS_ANY

2014-09-29 Thread sébastien pénagos
Hi, I'm currently trying to get AdgroupAd where the Url parameters contains a certain string. Since I have to check for millions of string I decide to use the CONTAINS_ANY Predicate whithin my Get(). Then I'm getting an INVALID_PREDICATE_OPERATOR error . So I'm wondering if that the Predicate CO