ลองใช้เซิร์ฟเวอร์ MCP สำหรับ Google Analytics ติดตั้งจาก
GitHub และดูรายละเอียดเพิ่มเติมได้ที่
ประกาศ
ReportingIdentitySettings
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แหล่งข้อมูลที่มีการตั้งค่าที่เกี่ยวข้องกับข้อมูลประจำตัวในการรายงาน
ช่อง |
name |
string
เอาต์พุตเท่านั้น ตัวระบุ ชื่อทรัพยากรสำหรับทรัพยากร Singleton ของการตั้งค่าข้อมูลระบุเพื่อการรายงานนี้ รูปแบบ: properties/{property_id}/reportingIdentitySettings ตัวอย่าง: "properties/1234/reportingIdentitySettings"
|
reportingIdentity |
enum (ReportingIdentity )
กลยุทธ์ที่ใช้ในการระบุตัวตนของผู้ใช้ในรายงาน
|
ReportingIdentity
กลยุทธ์ต่างๆ ในการระบุตัวตนของผู้ใช้ในรายงาน
Enum |
IDENTITY_BLENDING_STRATEGY_UNSPECIFIED |
กลยุทธ์การผสมผสานที่ไม่ได้ระบุ |
BLENDED |
กลยุทธ์ข้อมูลระบุตัวตนในการรายงานแบบรวม |
OBSERVED |
กลยุทธ์ข้อมูลระบุตัวตนในการรายงานที่สังเกตได้ |
DEVICE_BASED |
กลยุทธ์ข้อมูลระบุตัวตนในการรายงานตามอุปกรณ์ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-19 UTC
[null,null,["อัปเดตล่าสุด 2025-08-19 UTC"],[],[],null,["# ReportingIdentitySettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ReportingIdentity](#ReportingIdentity)\n\nA resource containing settings related to reporting identity.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"reportingIdentity\": enum (/analytics/devguides/config/admin/v1/rest/v1alpha/ReportingIdentitySettings#ReportingIdentity) } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: \"properties/1234/reportingIdentitySettings\" |\n| `reportingIdentity` | `enum (`[ReportingIdentity](/analytics/devguides/config/admin/v1/rest/v1alpha/ReportingIdentitySettings#ReportingIdentity)`)` The strategy used for identifying user identities in reports. |\n\nReportingIdentity\n-----------------\n\nVarious strategies for identifying user identities in reports.\n\n| Enums ||\n|------------------------------------------|-------------------------------------------|\n| `IDENTITY_BLENDING_STRATEGY_UNSPECIFIED` | Unspecified blending strategy. |\n| `BLENDED` | Blended reporting identity strategy. |\n| `OBSERVED` | Observed reporting identity strategy. |\n| `DEVICE_BASED` | Device-based reporting identity strategy. |"]]