Page Summary
-
The JSON object represents a row of data with dimensions and metrics for reporting purposes.
-
Each row includes an aggregation period, start time, dimensions, and metrics, providing detailed data insights.
-
aggregationPerioddetermines the granularity of the data (e.g., daily, weekly), whilestartTimespecifies the beginning of the period. -
dimensionsprovide categorical context to the data (e.g., country, app version), andmetricscontain measurable values (e.g., revenue, installs).
Represents a row of dimensions and metrics.
| JSON representation |
|---|
{ "aggregationPeriod" : enum ( |
| Fields | |
|---|---|
aggregationPeriod
|
Optional. Granularity of the aggregation period of the row. |
startTime
|
Optional. Starting date (and time for hourly aggregation) of the period covered by this row. |
dimensions[]
|
Optional. Dimension columns in the row. |
metrics[]
|
Optional. Metric columns in the row. |

