Tworzy listę odbiorców do późniejszego pobrania. Ta metoda szybko zwraca nazwę zasobu listy odbiorców i inicjuje długotrwałe asynchroniczne żądanie utworzenia listy odbiorców. Aby umieścić użytkowników na liście odbiorców, najpierw utwórz listę odbiorców za pomocą tej metody, a potem wyślij nazwę zasobu odbiorców do metody audienceLists.query.
Lista odbiorców to podsumowanie użytkowników znajdujących się obecnie na liście odbiorców w momencie jej tworzenia. Tworzenie list odbiorców dla jednej grupy odbiorców w różnych dniach będzie zwracać różne wyniki w miarę, w jaki użytkownicy wchodzą na tę listę, a potem ją opuszczają.
Listy odbiorców w Google Analytics 4 umożliwiają podział użytkowników na segmenty odpowiadające wymaganiom Twojej firmy. Więcej informacji znajdziesz na stronie https://support.google.com/analytics/answer/9267572. Listy odbiorców zawierają użytkowników z poszczególnych grup odbiorców.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 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"]]