Hello,

I'm trying to filter AdGroupAds to ads where the final URL *does not *contain 
a particular string. e.g. doesn't have www in the URL. I'm trying the 
following but it's not working:

SELECT ad_group_ad.ad.id, ad_group_ad.ad.final_urls
FROM ad_group_ad
WHERE ad_group_ad.ad.final_urls CONTAINS NONE ('www')


I was hoping for this query to return only ads with URLs like 
"https://custom.mysite.com"; but it's returning ads with URLs like 
"https://www.mysite.com";.

How can I get what I want using GAQL?

Thanks!
Akil

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f2161ce3-f3e5-4fd9-8e36-fa74da5978a5%40googlegroups.com.

Reply via email to