In the API, it was given that *Customer View* will support the following metrics:
biddable_app_install_conversions <https://developers.google.com/google-ads/api/fields/v10/customer#metrics.biddable_app_install_conversions> biddable_app_post_install_conversions <https://developers.google.com/google-ads/api/fields/v10/customer#metrics.biddable_app_post_install_conversions> But when we hit these metrics, we are seeing the following error: *Request:* { "query": "SELECT metrics.biddable_app_install_conversions, metrics.biddable_app_post_install_conversions FROM customer WHERE segments.date >= '2021-10-09' AND segments.date <= '2022-04-06' PARAMETERS omit_unselected_resource_names = true" } *Error Response:* [ { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "queryError": "PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE" }, "message": "Cannot select or filter on the following metrics: 'biddable_app_install_conversions'(could not support requested resources: 'CUSTOMER'), 'biddable_app_post_install_conversions'(could not support requested resources: 'CUSTOMER'), since metric is incompatible with the resource in the FROM clause or other selected segmenting resources." } ], "requestId": "yfHQAeXJhc8Ido0yK0CwSw" } ] } } ] In API docs it was mentioned that "is customer specified in the FROM clause of the query" as shown in the attachment?. We haven't understood the difference of the dropdown as we always have "customer" in the query. Can you please let us know what is the query to retrieve these metrics? Thank you. VinayV9 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/2d155f51-cd16-4748-baed-336b7dd9de18n%40googlegroups.com.
