MetricsRow
डाइमेंशन और मेट्रिक की पंक्ति दिखाता है.
फ़ील्ड |
aggregationPeriod |
enum (AggregationPeriod )
पंक्ति के एग्रीगेशन के समय की जानकारी का लेवल.
|
startTime |
object (DateTime )
इस पंक्ति में शामिल की गई अवधि की शुरू होने की तारीख (हर घंटे के हिसाब से एग्रीगेशन का समय).
|
dimensions[] |
object (DimensionValue )
लाइन में मौजूद डाइमेंशन कॉलम.
|
metrics[] |
object (MetricValue )
मेट्रिक कॉलम देखें.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]