UserCohort
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Indica la vista selezionata dall'utente. I dati di output corrisponderanno alla vista selezionata
Enum |
USER_COHORT_UNSPECIFIED |
Coorte utente non specificata. Il valore predefinito viene scelto automaticamente. |
OS_PUBLIC |
Si tratta della visualizzazione predefinita. Contiene soltanto i dati delle versioni di Android pubbliche. |
OS_BETA |
Questa è la vista contenente solo i dati Android Beta, esclusi i dati sulla versione del sistema operativo rilasciati. |
APP_TESTERS |
Questa è la visualizzazione contenente solo i dati relativi agli utenti che hanno scelto di essere tester per una determinata app, esclusi i dati beta del sistema operativo. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 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. |"]]