UserCohort
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
USER_COHORT_UNSPECIFIED |
未指定的用户同类群组。系统会自动选择默认值。 |
OS_PUBLIC |
这是默认视图。仅包含来自公开发布的 Android 版本的数据。 |
OS_BETA |
这是仅包含 Android Beta 版数据(不包含已发布操作系统版本)的视图。 |
APP_TESTERS |
此数据视图仅包含已选择为给定应用成为测试人员的用户的数据,不包括 Beta 版 OS 数据。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\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. |"]]