Method: vitals.errors.counts.get
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 |
string
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["Retrieves error count metrics for a specific app using a GET request."],["Requires the `name` path parameter specifying the app in the format `apps/{app}/errorCountMetricSet`."],["An empty request body is necessary, and a successful response returns an `ErrorCountMetricSet` object."],["Authorization necessitates the `https://www.googleapis.com/auth/playdeveloperreporting` OAuth scope."]]],[]]