You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Hello,
CONTAINS_* operators apply to stringlists only, currently it's only Labels.
There is "IN" operator though, you should be able to do "Id IN (123,456)" or "KeywordText IN ('foo', 'bar')".
-Danial, AdWords API Team.
ferry Ardhana
unread,
Sep 9, 2016, 3:52:00 AM9/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
Today is 2 year after your answer, i just want to make sure does CONTAINS_* operators only available for Labels field?
I've try using CampaignName, but it seems not work
Thanks
Shwetha Vastrad (AdWords API Team)
unread,
Sep 19, 2016, 4:22:03 PM9/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
Yes, the CONTAINS_* predicate operator is only available for Labels. You can use the IN operator as suggested in the previous post. Please keep an eye on our blog for any updates.
Regards,
Shwetha, AdWords API Team.
bastien rabaute
unread,
Feb 8, 2018, 9:43:57 AM2/8/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
You can use contains with CampaignName. It works for me.