MetricsRow
Represents a row of dimensions and metrics.
Fields |
aggregationPeriod |
enum (AggregationPeriod )
Granularity of the aggregation period of the row.
|
startTime |
object (DateTime )
Starting date (and time for hourly aggregation) of the period covered by this row.
|
dimensions[] |
object (DimensionValue )
Dimension columns in the row.
|
metrics[] |
object (MetricValue )
Metric columns in the row.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-28 UTC.
[null,null,["Last updated 2024-11-28 UTC."],[[["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."],["`aggregationPeriod` determines the granularity of data aggregation for the row (e.g., daily, weekly)."],["`startTime` indicates the beginning of the period represented by the row, including time for hourly aggregation."],["`dimensions` and `metrics` arrays contain respective values corresponding to the row's data point."]]],[]]