UserCohort
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Cho biết chế độ xem mà người dùng chọn. Dữ liệu đầu ra sẽ tương ứng với chế độ xem đã chọn
Enum |
USER_COHORT_UNSPECIFIED |
Nhóm người dùng thuần tập không xác định. Thao tác này sẽ tự động chọn giá trị mặc định. |
OS_PUBLIC |
Đây là chế độ xem mặc định. Chỉ chứa dữ liệu của các phiên bản Android được phát hành công khai. |
OS_BETA |
Đây là chế độ xem chỉ có dữ liệu phiên bản beta của Android, ngoại trừ dữ liệu phiên bản hệ điều hành đã phát hành. |
APP_TESTERS |
Đây là chế độ xem chỉ có dữ liệu từ những người dùng đã chọn tham gia thử nghiệm cho một ứng dụng nhất định, ngoại trừ dữ liệu beta của hệ điều hành. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]