יצירת רשימת חברים בקהל לאחזור מאוחר יותר. השיטה הזו מחזירה במהירות את שם המשאב של רשימת החברים בקהל ויוצרת בקשה אסינכרונית ממושכת כדי ליצור רשימת חברים בקהל. כדי להציג רשימה של משתמשים ברשימת חברים בקהל, קודם צריך ליצור את רשימת החברים בקהל בשיטה הזו ואז לשלוח את השם של משאב הקהל לשיטה audienceLists.query.
רשימת החברים בקהל היא תמונת מצב של המשתמשים שנמצאים כרגע בקהל במועד היצירה של הרשימה. יצירת רשימות קהלים לקהל אחד בימים שונים תחזיר תוצאות שונות כשמשתמשים נכנסים לקהל ויוצאים ממנו.
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2024-05-02 (שעון UTC)."],[[["Creates an audience list containing a snapshot of users in an audience at the time of creation, allowing for later retrieval and querying."],["The method utilizes an asynchronous request, returning the audience list resource name immediately while the list formation process occurs in the background."],["Audience 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."],["Utilizes the `audienceExports.create` method at beta stability, requiring specific authorization scopes for access."]]],["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"]]