ลองใช้เซิร์ฟเวอร์ MCP สำหรับ Google Analytics ติดตั้งจาก
GitHub และดูรายละเอียดเพิ่มเติมได้ที่
ประกาศ
MetricAggregation
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
Enum |
METRIC_AGGREGATION_UNSPECIFIED |
โอเปอเรเตอร์ที่ไม่ระบุ |
TOTAL |
โอเปอเรเตอร์ SUM |
MINIMUM |
โอเปอเรเตอร์ขั้นต่ำ |
MAXIMUM |
โอเปอเรเตอร์สูงสุด |
COUNT |
โอเปอเรเตอร์การนับ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003e\u003ccode\u003eMetricAggregation\u003c/code\u003e enums are used to represent different types of metric aggregations.\u003c/p\u003e\n"],["\u003cp\u003eThese enums include options for calculating the total sum, minimum, maximum, and count of metrics.\u003c/p\u003e\n"],["\u003cp\u003eA default \u003ccode\u003eUNSPECIFIED\u003c/code\u003e enum exists but should not be used.\u003c/p\u003e\n"]]],["The content defines an aggregation system for metrics, utilizing various operators. It specifies five distinct operators within an enumeration: `METRIC_AGGREGATION_UNSPECIFIED` for no specific operation, `TOTAL` to sum values, `MINIMUM` to find the lowest value, `MAXIMUM` to find the highest value, and `COUNT` to tally the number of values. This allows for different calculations on metrics, including totals, extremes, and quantities.\n"],null,["# MetricAggregation\n\nRepresents aggregation of metrics.\n\n| Enums ||\n|----------------------------------|-----------------------|\n| `METRIC_AGGREGATION_UNSPECIFIED` | Unspecified operator. |\n| `TOTAL` | SUM operator. |\n| `MINIMUM` | Minimum operator. |\n| `MAXIMUM` | Maximum operator. |\n| `COUNT` | Count operator. |"]]