I am fetching the google ads api (v6) in my python project.
The following call returns the expected campaign:
SELECT
campaign.name,
metrics.clicks
FROM campaign
WHERE campaign.name = 'abc'
But when I try to use LIKE I get no results back (whereas I should get them
back since the string "abc" contains "a"):
SELECT
campaign.name,
metrics.clicks
FROM campaign
WHERE campaign.name LIKE 'a'
I also tried CONTAINS and REGEXP_MATCH without success. Why can I filter by
exact match (= operator) while all the others fail?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/33ef467e-8a69-4f1f-ada6-f5e820627f1dn%40googlegroups.com.