속성의 모든 잠재고객 내보내기를 나열합니다. 이 메서드를 사용하면 불필요한 새 잠재고객 내보내기를 만들지 않고 기존 잠재고객 내보내기를 찾아 재사용할 수 있습니다. 동일한 잠재고객에 여러 날에 걸쳐 잠재고객에 속했던 사용자의 내보내기를 나타내는 잠재고객 내보내기가 여러 개 있을 수 있습니다.
Audience Export API에는 알파 안정성의 메서드와 베타 안정성의 메서드가 있습니다. 이는 몇 가지 의견을 수렴하고 채택한 후 메서드를 베타 안정성으로 전환하기 위한 것입니다. 이 API에 관한 의견을 보내려면 Google 애널리틱스 Audience Export API 의견 양식을 작성하세요.
HTTP 요청
GET https://analyticsdata.googleapis.com/v1beta/{parent=properties/*}/audienceExports
[[["이해하기 쉬움","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 exports for a given Google Analytics property, allowing for reuse of existing exports."],["Provides pagination to retrieve large lists of audience exports with `pageSize` and `pageToken` parameters."],["Returns an array of `AudienceExport` objects containing details about each export."],["Requires `analytics.readonly` or `analytics` OAuth scopes for authorization."],["Offers alpha and beta stability for different methods within the API, encouraging user feedback for improvement."]]],["This document details how to list audience exports for a given property using the Google Analytics Data API. Key actions include sending a `GET` request to a specified URL with a property identifier (`parent`) as a path parameter. Optional query parameters like `pageSize` and `pageToken` allow for controlling the number of results and pagination. The request body should be empty. The response returns a list of audience exports and a token for accessing further pages. Authorization requires specific OAuth scopes.\n"]]