बाद में डेटा पाने के लिए, ऑडियंस की सूची बनाता है. यह तरीका, ऑडियंस की सूची के रिसॉर्स का नाम तुरंत दिखाता है. साथ ही, ऑडियंस की सूची बनाने के लिए, लंबे समय से चल रहा एसिंक्रोनस अनुरोध करता है. ऑडियंस की सूची में उपयोगकर्ताओं को शामिल करने के लिए, सबसे पहले इस तरीके का इस्तेमाल करके ऑडियंस की सूची बनाएं. इसके बाद, audienceLists.query तरीके को ऑडियंस रिसॉर्स का नाम भेजें.
उदाहरणों के साथ ऑडियंस की सूची के बारे में जानने के लिए, ऑडियंस की सूची बनाना देखें.
ऑडियंस की सूची, उन उपयोगकर्ताओं का स्नैपशॉट होती है जो ऑडियंस की सूची बनाते समय ऑडियंस में मौजूद हैं. अलग-अलग दिनों में एक ऑडियंस के लिए ऑडियंस सूचियां बनाने पर, उपयोगकर्ताओं के ऑडियंस में डालने और उससे बाहर निकलने पर अलग नतीजे दिखेंगे.
Google Analytics 4 में ऑडियंस की मदद से, उपयोगकर्ताओं को कारोबार की अहमियत के मुताबिक अलग-अलग सेगमेंट में बांटा जा सकता है. ज़्यादा जानने के लिए, https://support.google.com/analytics/answer/9267572 देखें. ऑडियंस की सूची में, हर ऑडियंस में मौजूद उपयोगकर्ता होते हैं.
[[["समझने में आसान है","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-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eCreates an audience list containing a snapshot of users in an audience at the time of creation, allowing for later retrieval and querying.\u003c/p\u003e\n"],["\u003cp\u003eThe method utilizes an asynchronous request, returning the audience list resource name immediately while the list formation process occurs in the background.\u003c/p\u003e\n"],["\u003cp\u003eAudience lists are dynamic and reflect the current state of an audience; creating lists on different days for the same audience may yield varied results due to user fluctuations.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes the \u003ccode\u003eaudienceExports.create\u003c/code\u003e method at beta stability, requiring specific authorization scopes for access.\u003c/p\u003e\n"]]],["This API method facilitates the creation of audience lists in Google Analytics 4. It initiates an asynchronous process to generate a list of users matching a defined audience. Key actions include sending a POST request to `audienceLists` with a defined `parent` path parameter, representing the property. The request body defines the audience list, and the successful response includes the audience list's resource name and an Operation instance. Authorization requires specific OAuth scopes. The newly created list can then be used for user segmentation.\n"],null,[]]