Re: CONTAINS_ANY and KeywordText

2018-04-13 Thread kondiment test
I see. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are s

Re: CONTAINS_ANY and KeywordText

2018-04-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Yes, the CONTAINS_ANY still works only for labels . To filter by the CampaignName in a Campaign Performance Report, you could use the IN operator instead. Please check this thread

Re: CONTAINS_ANY and KeywordText

2018-04-12 Thread kondiment test
Hi! Is this still the case? That CONTAINS_ANY only works with labels? Because I would like to use CONTAINS_ANY with CampaignName in a Campaign Performance Report. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevel

Re: CONTAINS_ANY and KeywordText

2016-01-19 Thread GDZ
Thank you On Tuesday, January 19, 2016 at 3:51:47 PM UTC-5, Anthony Madrigal wrote: > > Hello, > > Yes, that is correct. CONTAINS_ANY currently only works with labels. The > closest predicate you can use would be IN. This will not give you keywords > that contain the values but the keywords th

Re: CONTAINS_ANY and KeywordText

2016-01-19 Thread Anthony Madrigal
Hello, Yes, that is correct. CONTAINS_ANY currently only works with labels. The closest predicate you can use would be IN. This will not give you keywords that contain the values but the keywords that are equal to one of the values. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~

CONTAINS_ANY and KeywordText

2016-01-19 Thread GDZ
Hello! Here's a part of my predicates: { 'field': 'KeywordText', 'operator': 'CONTAINS_ANY', 'values': [string1, string2, string3] } I'm getting "SelectorError.INVALID_PREDICATE_OPERATOR @ serviceSelector; trigger:'KeywordText'". In the past I remember CONTAINS_ANY worked onl