Hi Hiromi, Thank you for reaching out to the Google Ads API support team.
When looking at our reporting documentation, make sure to choose 'Yes, it is' if the object, in this case the ad_group is in the FROM clause (FROM ad_group). When that happens, you'll see that the metric disappears. Please see ss. This is telling you that in other queries you can select ad_group WITH that metric, but not FROM ad_group. The biddable_app_install_conversions is supported in the ad_group_ad_assest_view report. Try this query: SELECT ad_group.name, ad_group.id, metrics.biddable_app_install_conversions FROM ad_group_ad_asset_view Let me know if you have any question. Thanks, Nirmita Google Ads API Team ref:_00D1U1174p._5004Q2asA3s:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/_degG000000000000000000000000000000000000000000000RBTW4H00OA3ep3KzR1WFFTcSQBwdVA%40sfdc.net.
