UserCohort
Indicates the view selected by the user. The output data will correspond to the selected view
Enums |
USER_COHORT_UNSPECIFIED |
Unspecified User cohort. This will automatically choose the default value. |
OS_PUBLIC |
This is default view. Contains data from public released android versions only. |
OS_BETA |
This is the view with just android beta data excluding released OS version data. |
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-03 UTC.
[null,null,["Last updated 2024-07-03 UTC."],[[["The output data displayed will reflect the view the user selects from the available options."],["`OS_PUBLIC`, the default view, presents data solely from publicly released Android versions."],["Alternative views include `OS_BETA` focusing on Android beta data and `APP_TESTERS` displaying data exclusively from app testers."],["Each view (`OS_PUBLIC`, `OS_BETA`, `APP_TESTERS`) provides a filtered perspective on the data, excluding data from the other views."],["Selecting `USER_COHORT_UNSPECIFIED` will automatically default to the `OS_PUBLIC` view."]]],[]]