MetricsRow
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-12-20 (世界標準時間)。
[null,null,["上次更新時間:2022-12-20 (世界標準時間)。"],[[["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."]]],["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"]]