Tạo danh sách đối tượng để truy xuất sau. Phương thức này nhanh chóng trả về tên tài nguyên của danh sách đối tượng và bắt đầu một yêu cầu không đồng bộ chạy trong thời gian dài để tạo danh sách đối tượng. Để liệt kê người dùng trong một danh sách đối tượng, trước tiên hãy tạo danh sách đối tượng thông qua phương thức này, sau đó gửi tên tài nguyên đối tượng đến phương thức audienceLists.query.
Xem bài viết Tạo Danh sách đối tượng để biết giới thiệu về Danh sách đối tượng kèm theo các ví dụ.
Danh sách đối tượng là thông tin tổng quan nhanh về những người dùng hiện có trong đối tượng tại thời điểm tạo danh sách đối tượng. Việc tạo danh sách đối tượng cho một đối tượng vào các ngày khác nhau sẽ trả lại các kết quả khác nhau khi người dùng nhập và thoát khỏi đối tượng đó.
Đối tượng trong Google Analytics 4 cho phép bạn phân chia người dùng thành những phân khúc quan trọng đối với công việc kinh doanh của bạn. Để tìm hiểu thêm, hãy xem https://support.google.com/analytics/answer/9267572. Danh sách đối tượng chứa những người dùng trong mỗi đối tượng.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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,[]]