I want to find out the installation times of ad groups through the reports 
api. I know from the document that the field 
‘metrics.biddable_app_install_conversions’ represents the number of 
installations.

I added this field to the request, but I got an error. I don't know what 
happened. Please tell me.

I got the mistake:
Cannot select or filter on the following metrics: 
'biddable_app_install_conversions'(could not support requested resources: 
'AD_GROUP'), since metric is incompatible with the resource in the FROM 
clause or other selected segmenting resources.

My request (I changed the private information in the request to XXXXX.)
curl --location --request POST 
'https://googleads.googleapis.com/v10/customers/XXXXX/googleAds:search' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer XXXXX' \
--header 'developer-token: XXXXX' \
--header 'login-customer-id: XXXXX' \
--data-raw '{"query": "SELECT ad_group.name, ad_group.id, 
metrics.biddable_app_install_conversions FROM ad_group "}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b5765ef1-2f48-4972-b98e-260ba86e304fn%40googlegroups.com.

Reply via email to