속성의 모든 반복 잠재고객 목록을 나열합니다. 이 메서드를 사용하면 불필요한 새 반복 잠재고객 목록을 만드는 대신 기존 반복 잠재고객 목록을 찾아 재사용할 수 있습니다. 동일한 잠재고객에 서로 다른 측정기준 조합을 나타내는 반복되는 잠재고객 목록이 여러 개 있을 수 있습니다. 예를 들어 deviceId 측정기준만 있거나 deviceId 및 userId 측정기준이 모두 포함된 잠재고객 목록이 있을 수 있습니다.
[[["이해하기 쉬움","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 recurring audience lists for a given Google Analytics property, allowing for reuse of existing lists."],["Enables finding audience lists with different dimension combinations (e.g., deviceId, userId)."],["Supports pagination to retrieve large numbers of recurring audience lists."],["Requires specific authorization scopes for access."],["Currently in alpha, with a feedback form available for user input."]]],["This document details how to list recurring audience lists for a property using the Google Analytics Audience Export API. The API uses a `GET` request to a specified URL with the property ID as a path parameter. Optional query parameters (`pageSize`, `pageToken`) manage pagination. The request body is empty. The response is a JSON object containing an array of recurring audience lists and a `nextPageToken` for further pagination, if required. Authorization requires specific OAuth scopes.\n"]]