AI-generated Key Takeaways
-
The JSON response for a report request includes dimension and metric headers, rows of data, and optional totals, maximums, and minimums.
-
The response also provides metadata, property quota information, and the total row count, which may exceed the number of rows returned due to pagination.
-
dimensionHeaders
andmetricHeaders
describe the columns, whilerows
contain the actual data values for each dimension-metric combination. -
rowCount
represents the total rows in the query result, independent of pagination limits, andmetadata
offers additional context about the report.
The response report table corresponding to a request.
JSON representation |
---|
{ "dimensionHeaders": [ { object ( |
Fields | |
---|---|
dimension |
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows. |
metric |
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. |
row |
The total number of rows in the query result. To learn more about this pagination parameter, see Pagination. |
metadata |
Metadata for the report. |
property |
This Google Analytics property's quota state including this request. |
kind |
Identifies what kind of resource this message is. This |