Queries the metrics in the metric set.
HTTP request
POST https://playdeveloperreporting.googleapis.com/v1alpha1/{name=apps/*/lmkRateMetricSet}:query
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. The resource name. Format: apps/{app}/lmkRateMetricSet | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| { "timelineSpec": { object ( | 
| Fields | |
|---|---|
| timelineSpec | 
 Optional. Specification of the timeline aggregation parameters. Supported aggregation periods: 
 | 
| dimensions[] | 
 Optional. Dimensions to slice the metrics by. Supported dimensions: 
 | 
| metrics[] | 
 Optional. Metrics to aggregate. Supported metrics: 
 | 
| filter | 
 Optional. Filters to apply to data. The filtering expression follows AIP-160 standard and supports filtering by equality of all breakdown dimensions. | 
| pageSize | 
 Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000. | 
| pageToken | 
 Optional. A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that provided the page token. | 
| userCohort | 
 Optional. User view to select. The output data will correspond to the selected view. Supported values: 
 | 
Response body
Response message for lmkrate.query.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "rows": [
    {
      object ( | 
| Fields | |
|---|---|
| rows[] | 
 Returned rows of data. | 
| nextPageToken | 
 Continuation token to fetch the next page of data. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/playdeveloperreporting
For more information, see the OAuth 2.0 Overview.