Hello,

I have a query:
f"""
SELECT
ad_group.name,
campaign.id,
campaign.name,
campaign.app_campaign_setting.app_id,
campaign.app_campaign_setting.app_store,
metrics.clicks,
metrics.conversions,
metrics.impressions,
metrics.cost_micros,
segments.date,
geographic_view.country_criterion_id
FROM geographic_view 
WHERE segments.date BETWEEN '{from_date}' AND '{to_date}'
AND campaign.name = 'XXX'
"""

Is it possible to add "Installations" metric to that query? I see 
"Installations" in Google Ads Campaigns page next to Impressions, Cost, 
etc. But can't get this metric in graphical Reports tool, same like in 
query through the API".

I have seen in documentation metrics like 
"metrics.biddable_app_install_conversions", but i'm not sure how should 
looks like query with that metric. And not sure if this metric represents 
exactly "Installations" metrics from Google Ads Campaigns page.

Regards,
RafaƂ

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e796e482-836b-4a74-a548-7acac836d297n%40googlegroups.com.
  • Ap... Rafal Gatys
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to