I segment by date in the age_range_view, I don't get the "Undetermined" age 
row back. I've masked the ad_group_id in the following queries

The following query returns only the 503002 criterion id row:
SELECT segments.date,ad_group_criterion.criterion_id, campaign.id, 
ad_group.id, metrics.all_conversions_value  FROM age_range_view WHERE 
segments.date BETWEEN '2022-01-05' AND '2022-01-05' AND 
ad_group.id=xxxxxxxxxxxx

The following identical query without the segments.date field returns two 
rows, including 503002 and 503999:

SELECT ad_group_criterion.criterion_id, campaign.id, ad_group.id, 
metrics.all_conversions_value  FROM age_range_view WHERE segments.date 
BETWEEN '2022-01-05' AND '2022-01-05' AND ad_group.id=xxxxxxxxxxxx

Why would selecting the date segment filter out the 503999 criterion?

Thanks for your help!
Jay

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/7ff5c21e-eb7c-43b8-afb3-acf69089201fn%40googlegroups.com.

Reply via email to