help! If segments.date exists in the SELECT statement, ad_network_type = CONTENT data cannot be obtained.
SELECT segments.date,segments.hour,metrics.cost_micros,metrics.conversions,metrics.impressions,metrics.clicks,segments.device,segments.ad_network_type FROM ad_group_ad WHERE segments.date BETWEEN '2019-08-01' AND '2020-09-01'
Data of ad_network_type = CONTENT cannot be acquired with the return value in this state.
ad_network_type = CONTENT I need hourly data, so please tell me how to get it.