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 string as "test", I get an error (UNEXPEXTED_INTERNAL_API_ERROR), so I thought that the predicator can only work with ID, am I right?
Then if try it with anything else than a LABELS,I get the INVALID_PREDICATE_OPERATOR.
The IN operator doesn't fit my need, in fact, i'd like to retrieve all the AdgroupAd where a part of the URL may contain a pattern like this: "-12345.html", "-58754.html" etc..
Since we have many of this string to compare (maybe millons of it) it would take too much Get operation.
Thank you.