AI-generated Key Takeaways
- 
          This document outlines the specifications for retrieving error count metric sets using the Play Developer Reporting API. 
- 
          To access data, send an HTTP GET request to the specified URL, replacing placeholders with relevant values. 
- 
          The request needs proper authorization with the 'playdeveloperreporting' scope, and no request body is required. 
- 
          Upon success, the API returns an 'ErrorCountMetricSet' object containing error count data. 
- 
          Refer to the linked resources for more information about gRPC Transcoding and OAuth 2.0. 
Describes the properties of the metrics set.
HTTP request
GET https://playdeveloperreporting.googleapis.com/v1beta1/{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.