Hi all,

I'm facing an issue I didn't have with the previous Google AdWords API, the 
fact that I can not filter a query by the ad_group_criterion_final_urls 
list being non-empty. I read another post from the forum, but no solution 
has been provided there niether.

My goal: getting all the keywords with non-empty final_urls array 
My query is the following:








































*SELECT     customer.resource_name,     customer.id,     
customer.descriptive_name,    customer.status,         
campaign.resource_name,    campaign.id,     campaign.name,     
campaign.status,         ad_group.resource_name,    ad_group.id,    
ad_group.name,     ad_group.status,         
ad_group_criterion.resource_name,    ad_group_criterion.criterion_id,    
ad_group_criterion.display_name,    ad_group_criterion.status,         
ad_group_criterion.final_urls,     ad_group_criterion.final_mobile_urls,   
  campaign.url_expansion_opt_out,        metrics.clicks,    
metrics.cost_micros,    metrics.impressions,    metrics.conversionsFROM 
keyword_viewWHERE     campaign.status IN ("ENABLED")    AND ad_group.status 
IN ("PAUSED")    AND segments.date DURING LAST_7_DAYS    AND 
ad_group_criterion.final_urls CONTAINS ANY ("https")    PARAMETERS 
omit_unselected_resource_names=true, include_drafts=false*

The issue being the bolded WHERE condition. I expect that to return all the 
final_urls containing at least one element that contains https. I tried 
multiple characters and combinations for CONTAINS NONE/CONTAINS 
ANY/CONTAINS ALL but none seems to be working in the way I expect it to do 
it. (eg. CONTAINS ALL (".") should return all final_urls contains a dot 
character).

The response is successful, but it does not filter for the final_urls. Can 
you help with this? Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/67618561-b951-44ba-9a2f-2746a19099b7n%40googlegroups.com.

Reply via email to