AI-generated Key Takeaways
-
Retrieves error count metrics for a specific app using a GET request.
-
Requires the
namepath parameter specifying the app in the formatapps/{app}/errorCountMetricSet. -
An empty request body is necessary, and a successful response returns an
ErrorCountMetricSetobject. -
Authorization necessitates the
https://www.googleapis.com/auth/playdeveloperreportingOAuth scope.
Describes the properties of the metrics set.
HTTP request
GET https://playdeveloperreporting.googleapis.com/v1alpha1/{name=apps/*/errorCountMetricSet}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. Name of the errors metric set. Format: apps/{app}/errorCountMetricSet |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ErrorCountMetricSet.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/playdeveloperreporting
For more information, see the OAuth 2.0 Overview.