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 selected view determines the output data, indicating the specific user cohort being analyzed."],["The default view (`OS_PUBLIC`) includes data solely from publicly released Android versions."],["Alternative views allow for analysis of data from Android beta users (`OS_BETA`) or app testers (`APP_TESTERS`), each excluding data from the other."],["The `USER_COHORT_UNSPECIFIED` enum defaults to the standard view, encompassing public Android version data."]]],[]]