Hi,
I'm trying to run geographic_view report to see campaign performance by location like this:
SELECT geographic_view.country_criterion_id,
campaign.id, campaign.name,
campaign.target_cpa.target_cpa_micros,
segments.ad_network_type,
metrics.all_conversions,
segments.date,
segments.conversion_action_name,
campaign.advertising_channel_sub_type
FROM geographic_view
WHERE campaign.advertising_channel_sub_type = 'APP_CAMPAIGN'
AND segments.date DURING LAST_7_DAYS
For Android app campaigns I get "CONTENT" network type under ad_network_type, which I don't have in Google Ads reporting (UI) for my campaigns.
I assumed in the beginning that CONTENT is the same as Display like in UI, but the numbers do not match at all.
I see in the documentation that ad_network type could be :
CONTENT
MIXED
SEARCH
SEARCH_PARTNERS
UNKNOWN
UNSPECIFIED
YOUTUBE_SEARCH
YOUTUBE_WATCH
But I don't see "Content" in Google Ads report (UI) screenshot attached. What am I missing here: