AI-generated Key Takeaways
-
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 |
Granularity of the aggregation period of the row. |
startTime |
Starting date (and time for hourly aggregation) of the period covered by this row. |
dimensions[] |
Dimension columns in the row. |
metrics[] |
Metric columns in the row. |