RunReportResponse Stay organized with collections Save and categorize content based on your preferences.
Page Summary
The RunReportResponse object is the report table corresponding to a request.
It includes headers for dimensions and metrics, rows of data, and optional totals, maximums, and minimums for metrics.
The response also provides the total row count, metadata about the report, and information about the property's quota.
The "kind" field identifies the resource as "analyticsData#runReport".
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, seePagination. |
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 |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.