UserCohort
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ระบุมุมมองที่ผู้ใช้เลือก ข้อมูลเอาต์พุตจะสอดคล้องกับข้อมูลพร็อพเพอร์ตี้ที่เลือก
Enum |
USER_COHORT_UNSPECIFIED |
กลุ่มประชากรตามรุ่นของผู้ใช้ที่ไม่ระบุ วิธีนี้จะเลือกค่าเริ่มต้นโดยอัตโนมัติ |
OS_PUBLIC |
มุมมองเริ่มต้น มีข้อมูลจาก Android เวอร์ชันสาธารณะที่เผยแพร่เท่านั้น |
OS_BETA |
มุมมองนี้มีข้อมูลเบต้าของ Android เท่านั้น ซึ่งไม่รวมข้อมูลเวอร์ชันระบบปฏิบัติการที่เผยแพร่ |
APP_TESTERS |
มุมมองนี้มีเฉพาะข้อมูลจากผู้ใช้ที่เลือกใช้ผู้ทดสอบสําหรับแอปเท่านั้น ไม่รวมข้อมูลระบบปฏิบัติการรุ่นเบต้า |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eThe selected view determines the output data, indicating the specific user cohort being analyzed.\u003c/p\u003e\n"],["\u003cp\u003eThe default view (\u003ccode\u003eOS_PUBLIC\u003c/code\u003e) includes data solely from publicly released Android versions.\u003c/p\u003e\n"],["\u003cp\u003eAlternative views allow for analysis of data from Android beta users (\u003ccode\u003eOS_BETA\u003c/code\u003e) or app testers (\u003ccode\u003eAPP_TESTERS\u003c/code\u003e), each excluding data from the other.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUSER_COHORT_UNSPECIFIED\u003c/code\u003e enum defaults to the standard view, encompassing public Android version data.\u003c/p\u003e\n"]]],["The user can select from four views: `USER_COHORT_UNSPECIFIED`, `OS_PUBLIC`, `OS_BETA`, and `APP_TESTERS`. `USER_COHORT_UNSPECIFIED` defaults to the system's choice. `OS_PUBLIC` displays data from public Android releases. `OS_BETA` shows Android beta data, excluding public releases. `APP_TESTERS` includes data from app testers, excluding OS beta information. The output data will correspond to the user's selected view.\n"],null,["# UserCohort\n\nIndicates the view selected by the user. The output data will correspond to the selected view\n\n| Enums ||\n|---------------------------|---------------------------------------------------------------------------------------------------------------------|\n| `USER_COHORT_UNSPECIFIED` | Unspecified User cohort. This will automatically choose the default value. |\n| `OS_PUBLIC` | This is default view. Contains data from public released android versions only. |\n| `OS_BETA` | This is the view with just android beta data excluding released OS version data. |\n| `APP_TESTERS` | This is the view with data only from users who have opted in to be testers for a given app, excluding OS beta data. |"]]