Re: Filter AdGroupAds by final URL with GAQL

2022-02-07 Thread Tadhg Deeney
Hi team, I am also trying to do something similar, is this still the case? >From reading the documentation, I gathered that final_urls are now filterable, however, my script doesn't appear to be filtering out responses based on urls. I am using the v9 python client for Google Ads API On

RE: Filter AdGroupAds by final URL with GAQL

2019-12-23 Thread Google Ads API Forum Advisor Prod
Hi Akil, Thank you for writing to us. With regards to your concern, it is not possible to filter a part of URL or a particular string from the URL field via Google Ads Query language. Please refer to this guide for more details on the query language. Let us know if you have any additional

Filter AdGroupAds by final URL with GAQL

2019-12-23 Thread Akil
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