AI-generated Key Takeaways
-
JSON representation depicts a row encompassing dimensions and metrics within the data.
-
Each row specifies an aggregation period, start time, dimension values, and metric values.
-
aggregationPerioddetermines the granularity of data aggregation for the row (e.g., daily, weekly). -
startTimeindicates the beginning of the period represented by the row, including time for hourly aggregation. -
dimensionsandmetricsarrays contain respective values corresponding to the row's data point.
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. |