MetricsRow
Reprezentuje wiersz wymiarów i danych.
Pola |
aggregationPeriod |
enum (AggregationPeriod )
Szczegółowość okresu agregacji wiersza.
|
startTime |
object (DateTime )
Data rozpoczęcia (oraz godzina agregacji godzinowej) okresu objętego tym wierszem.
|
dimensions[] |
object (DimensionValue )
Kolumny wymiarów w wierszu.
|
metrics[] |
object (MetricValue )
Kolumny z danymi w wierszu.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-12-20 UTC.
[null,null,["Ostatnia aktualizacja: 2022-12-20 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)."]]],[]]