UserCohort
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ユーザーが選択したビューを示します。出力データが選択したビューに対応する
列挙型 |
USER_COHORT_UNSPECIFIED |
未指定のユーザー コホート。これにより、デフォルト値が自動的に選択されます。 |
OS_PUBLIC |
デフォルトのビューである一般公開されている Android バージョンのデータのみが含まれます。 |
OS_BETA |
リリースされた OS バージョン データを除く Android ベータ版データのみを表示したビューです。 |
APP_TESTERS |
このビューには、特定のアプリのテスターとして登録されているユーザーのデータのみが含まれます(OS のベータ版データを除く)。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThe output data displayed will reflect the view the user selects from the available options.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOS_PUBLIC\u003c/code\u003e, the default view, presents data solely from publicly released Android versions.\u003c/p\u003e\n"],["\u003cp\u003eAlternative views include \u003ccode\u003eOS_BETA\u003c/code\u003e focusing on Android beta data and \u003ccode\u003eAPP_TESTERS\u003c/code\u003e displaying data exclusively from app testers.\u003c/p\u003e\n"],["\u003cp\u003eEach view (\u003ccode\u003eOS_PUBLIC\u003c/code\u003e, \u003ccode\u003eOS_BETA\u003c/code\u003e, \u003ccode\u003eAPP_TESTERS\u003c/code\u003e) provides a filtered perspective on the data, excluding data from the other views.\u003c/p\u003e\n"],["\u003cp\u003eSelecting \u003ccode\u003eUSER_COHORT_UNSPECIFIED\u003c/code\u003e will automatically default to the \u003ccode\u003eOS_PUBLIC\u003c/code\u003e view.\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. |"]]