"""
SELECT
asset_field_type_view.field_type,
asset_field_type_view.resource_name,
metrics.average_cpc,
metrics.clicks,
metrics.conversions_from_interactions_rate,
metrics.conversions,
metrics.cost_micros,
metrics.ctr,
metrics.impressions,
customer.descriptive_name,
FROM asset_field_type_view
WHERE asset_field_type_view.field_type IN ('CALL', 'CALLOUT', 'SITELINK', 'STRUCTURED_SNIPPET')
"""
Those asset-based extensions are attached to customer level, but aren't actually used for any running ads,
but still I expected I can get metrics thought they should be all zero.
Do I misunderstand anything? Or just the report is delayed?