MetricsRow
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-03-19 UTC.
[null,null,["Last updated 2025-03-19 UTC."],[],["This JSON representation defines a data row containing dimensions and metrics. It includes the `aggregationPeriod` which specifies the time granularity, and `startTime`, the beginning of the row's time period. `dimensions[]` array holds the dimensional attributes, while `metrics[]` array contains the associated metric values. These fields, period, time, dimension and metrics, represent the core data structure for organizing and presenting information.\n"],null,[]]