My understanding of geographic_view is that it reproduces the Ads "Geographic" report. I'm trying to reproduce this report per "United States (Postal Code)" view.
My test query is below. This specific query drills into the performance of 1 test US postal code (geoTargetConstants/9007313)
Am I misunderstanding this? The metrics returned are significantly different than what's displayed in the UI.
SELECT
metrics.all_conversions, metrics.clicks, metrics.ctr, metrics.ctr, metrics.impressions, metrics.cost_micros, metrics.interactions,
metrics.average_cost,
metrics.average_cpc,
metrics.clicks,
metrics.conversions, metrics.all_conversions, metrics.cost_per_conversion
FROM geographic_view
and segments.date >= '2019-06-01' AND segments.date < '2019-07-01' and segments.geo_target_postal_code='geoTargetConstants/9007313'