AI-generated Key Takeaways
-
The RunReportResponse represents the report table corresponding to a request.
-
It includes headers for dimensions and metrics, rows of data, and optionally totals, maximums, and minimums.
-
The response also provides metadata, property quota information, and the total number of rows in the query result.
The response report table corresponding to a request.
| JSON representation | |
|---|---|
{ "dimensionHeaders": [ { object ( |
|
| Fields | |
|---|---|
dimensionHeaders[] |
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows. |
metricHeaders[] |
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows. |
rows[] |
Rows of dimension value combinations and metric values in the report. |
totals[] |
If requested, the totaled values of metrics. |
maximums[] |
If requested, the maximum values of metrics. |
minimums[] |
If requested, the minimum values of metrics. |
rowCount |
The total number of rows in the query result, regardless of the number of rows returned in the response. For example if a query returns 175 rows and includes limit = 50 in the API request, the response will contain rowCount = 175 but only 50 rows. To learn more about this pagination parameter, see Pagination. |
metadata |
Metadata for the report. |
propertyQuota |
This Analytics Property's quota state including this request. |