Daha sonra almak üzere bir kitle listesi oluşturur. Bu yöntem, kitle listesinin kaynak adını hızlı bir şekilde döndürür ve kitle listesi oluşturmak için uzun süreli eşzamansız bir istek başlatır. Kitle listesindeki kullanıcıları listelemek için öncelikle bu yöntemle kitle listesini oluşturun, ardından kitle kaynağı adını audienceLists.query yöntemine gönderin.
Kitle listesi, kitle listesi oluşturulurken o anda kitlede bulunan kullanıcıların anlık görüntüsüdür. Bir kitle için farklı günlerde oluşturulmuş kitle listeleri, kullanıcılar kitleye girip çıktıkça farklı sonuçlar döndürür.
Google Analytics 4'teki kitleler, kullanıcılarınızı işletmeniz için önemli olan şekillerde segmentlere ayırmanızı sağlar. Daha fazla bilgi için https://support.google.com/analytics/answer/9267572 adresini inceleyin. Kitle listeleri, her bir kitledeki kullanıcıları içerir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]