MetricsRow
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-20 UTC。
[null,null,["最終更新日 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)."]]],["This JSON representation details a data row containing dimensions and metrics. It includes `aggregationPeriod` specifying the data's granularity, and `startTime`, which marks the beginning of the row's period. The `dimensions` field lists dimensional data, while `metrics` contains the metric data. Each `dimensions` and `metrics` are objects. The `aggregationPeriod` is an enumerated type. `StartTime` is a Date Time object.\n"]]