SELECT geographic_view.country_
criterion_id,
campaign.id, campaign.app_campaign_setting.
app_id, campaign.app_campaign_setting.
app_store, segments.date, metrics.clicks, metrics.conversions_value, metrics.impressions, metrics.cost_micros
FROM geographic_view WHERE segments.date DURING LAST_7_DAYS
However
it worked only if we configured the campaign to have conversion_action
is "install" or "download". Now we have to change conversion_action into
another. So the conversion_value is not the installation anymore. Can
you plz help us to look for another alternative solution ?