속성의 모든 잠재고객 목록을 나열합니다. 이 메서드는 불필요한 새 잠재고객 목록을 만드는 대신 기존 잠재고객 목록을 찾아 재사용하는 데 사용할 수 있습니다. 동일한 잠재고객에 여러 날에 잠재고객에 있었던 사용자 목록을 나타내는 잠재고객 목록이 여러 개 있을 수 있습니다.
[[["이해하기 쉬움","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-11-22(UTC)"],[[["Lists all audience lists for a given Google Analytics property, allowing for reuse of existing lists."],["Provides pagination to handle large numbers of audience lists, with customizable page size."],["Requires specific authorization scopes for access, either read-only or full Analytics access."],["Uses a standard HTTP GET request with path and query parameters to specify the property and retrieval options."],["Returns a JSON response containing an array of audience lists and a token for retrieving subsequent pages."]]],["This document outlines how to retrieve a list of audience lists for a specific property using the Google Analytics Data API. It utilizes a `GET` HTTP request to the `audienceLists` endpoint, specifying the property in the `parent` path parameter. Optional query parameters include `pageSize` to limit results and `pageToken` for pagination. The request body must be empty. Successful responses include an array of `audienceLists` and a `nextPageToken` for subsequent pages. This operation requires `analytics.readonly` or `analytics` authorization scopes.\n"]]