Hi, we are trying to set up an audience view report using GAQL and our 
queries return no data for intervals that should have data according to 
other report types. For example:

This returns plenty of data:
SELECT segments.date, metrics.clicks, metrics.cost_micros, 
metrics.impressions FROM ad_group WHERE segments.date BETWEEN '2019-01-01' 
AND '2019-12-31'

This return nothing:
SELECT segments.date, metrics.clicks, metrics.cost_micros, 
metrics.impressions FROM ad_group_audience_view WHERE segments.date BETWEEN 
'2019-01-01' AND '2019-12-31'

But these should be equivalent for these fields, correct?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/9e8903a2-8a8a-4e23-a0e4-096c22898b20n%40googlegroups.com.

Reply via email to