UserCohort
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
उपयोगकर्ता के चुने गए व्यू की जानकारी देता है. आउटपुट डेटा चुने गए व्यू से मेल खाएगा
Enums |
USER_COHORT_UNSPECIFIED |
एक जैसे उपयोगकर्ताओं के ग्रुप की जानकारी नहीं है. यह डिफ़ॉल्ट वैल्यू को अपने-आप चुन लेगा. |
OS_PUBLIC |
यह डिफ़ॉल्ट व्यू है. इसमें सिर्फ़ सार्वजनिक तौर पर रिलीज़ किए गए Android वर्शन का डेटा शामिल है. |
OS_BETA |
इस व्यू में, रिलीज़ हुए ओएस वर्शन के डेटा को छोड़कर सिर्फ़ Android के बीटा वर्शन का डेटा दिखता है. |
APP_TESTERS |
इस व्यू में, सिर्फ़ ऐसे उपयोगकर्ताओं का डेटा दिखता है जिन्होंने ओएस के बीटा वर्शन के डेटा को छोड़कर, किसी ऐप्लिकेशन के टेस्टर बनने का विकल्प चुना है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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. |"]]