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."],[[["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."],["`aggregationPeriod` determines the granularity of the data (e.g., daily, weekly), while `startTime` specifies the beginning of the period."],["`dimensions` provide categorical context to the data (e.g., country, app version), and `metrics` contain measurable values (e.g., revenue, installs)."]]],[]]