나중에 검색할 수 있도록 잠재고객 목록을 만듭니다. 이 메서드는 잠재고객 목록의 리소스 이름을 빠르게 반환하고 장기 실행 비동기 요청을 시작하여 잠재고객 목록을 만듭니다. 잠재고객 목록에 사용자를 나열하려면 먼저 이 메서드를 통해 잠재고객 목록을 만든 후 잠재고객 리소스 이름을 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"]]