Hi there, 

I have a very simple query where I need to match a campaign name with a 
regular expression:

SELECT ad_group_ad.ad.call_ad.description1, campaign.name, 
metrics.active_view_impressions, metrics.all_conversions
FROM ad_group_ad
WHERE metrics.impressions > 0 
AND campaign.name REGEXP_MATCH '(?i).*Google Ads.*' 
AND segments.date >= '2022-03-01' 
AND segments.date <= '2022-03-31'

I have numerous campaigns with a name containing "Google Ads", I see them 
if I remove the filter or if I filter on "Google" or "Ads". 

What could be the problem?

Thank you, Francis.

I'm using the new Google Ads API.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/5ec82cb0-5c2e-4287-b187-f16139a4fd7fn%40googlegroups.com.

Reply via email to