MetricsRow
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงแถวของมิติข้อมูลและเมตริก
ช่อง |
aggregationPeriod |
enum (AggregationPeriod )
ความละเอียดของระยะเวลาการรวมของแถว
|
startTime |
object (DateTime )
วันที่เริ่มต้น (และเวลาสำหรับการรวบรวมข้อมูลรายชั่วโมง) ของระยะเวลาที่ครอบคลุมโดยแถวนี้
|
dimensions[] |
object (DimensionValue )
คอลัมน์มิติข้อมูลในแถว
|
metrics[] |
object (MetricValue )
คอลัมน์เมตริกในแถว
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe JSON object represents a row of data with dimensions and metrics for reporting purposes.\u003c/p\u003e\n"],["\u003cp\u003eEach row includes an aggregation period, start time, dimensions, and metrics, providing detailed data insights.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eaggregationPeriod\u003c/code\u003e determines the granularity of the data (e.g., daily, weekly), while \u003ccode\u003estartTime\u003c/code\u003e specifies the beginning of the period.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003edimensions\u003c/code\u003e provide categorical context to the data (e.g., country, app version), and \u003ccode\u003emetrics\u003c/code\u003e contain measurable values (e.g., revenue, installs).\u003c/p\u003e\n"]]],["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"],null,["# MetricsRow\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents a row of dimensions and metrics.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"aggregationPeriod\": enum (/play/developer/reporting/reference/rest/v1alpha1/AggregationPeriod), \"startTime\": { object (/play/developer/reporting/reference/rest/Shared.Types/DateTime) }, \"dimensions\": [ { object (/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue) } ], \"metrics\": [ { object (/play/developer/reporting/reference/rest/v1alpha1/anomalies#MetricValue) } ] } ``` |\n\n| Fields ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `aggregationPeriod` | `enum (`[AggregationPeriod](/play/developer/reporting/reference/rest/v1alpha1/AggregationPeriod)`)` Granularity of the aggregation period of the row. |\n| `startTime` | `object (`[DateTime](/play/developer/reporting/reference/rest/Shared.Types/DateTime)`)` Starting date (and time for hourly aggregation) of the period covered by this row. |\n| `dimensions[]` | `object (`[DimensionValue](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue)`)` Dimension columns in the row. |\n| `metrics[]` | `object (`[MetricValue](/play/developer/reporting/reference/rest/v1alpha1/anomalies#MetricValue)`)` Metric columns in the row. |"]]