Google Analytics · Schema
RunReportResponse
The response report table corresponding to a request.
AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution
Properties
| Name | Type | Description |
|---|---|---|
| dimensionHeaders | array | Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows. |
| kind | string | Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#runReport". Useful to distinguish between response types in JSON. |
| maximums | array | If requested, the maximum values of metrics. |
| metadata | object | Response's metadata carrying additional information about the report content. |
| metricHeaders | array | Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows. |
| minimums | array | If requested, the minimum values of metrics. |
| propertyQuota | object | Current state of all quotas for this Analytics Property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors. |
| rowCount | integer | The total number of rows in the query result. `rowCount` is independent of the number of rows returned in the response, the `limit` request parameter, and the `offset` request parameter. For example i |
| rows | array | Rows of dimension value combinations and metric values in the report. |
| totals | array | If requested, the totaled values of metrics. |