나중에 가져올 수 있도록 잠재고객 내보내기를 만듭니다. 이 메서드는 잠재고객 내보내기의 리소스 이름을 빠르게 반환하고 잠재고객 내보내기를 형성하는 장기 실행 비동기식 요청을 시작합니다. 잠재고객 내보내기에서 사용자를 내보내려면 먼저 이 방법을 통해 잠재고객 내보내기를 만든 다음 잠재고객 리소스 이름을 audienceExports.query 메서드로 전송합니다.
Audience Export API에는 알파 버전의 메서드와 베타 안정성의 메서드가 있습니다. 이는 의견을 수렴하고 도입한 후 메서드를 베타 안정성으로 발전시키기 위함입니다. 이 API에 대한 의견을 보내려면 Google 애널리틱스 Audience Export API 의견 양식을 작성하세요.
HTTP 요청
POST 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-05-02(UTC)"],[[["Creates an audience export for later retrieval that contains a snapshot of users in an audience at the time of creation."],["The API initiates a long-running asynchronous request to form an audience export, and the audience export's resource name is returned quickly."],["To export users in an audience export, first create the audience export and then use the `audienceExports.query` method with the audience resource name."],["Audience exports may vary day-to-day as users join or leave the audience being exported."],["Requires authorization with either the `analytics.readonly` or `analytics` scope."]]],["This outlines the process of creating an audience export through an API. It involves sending a POST request to a specified URL, including the parent property ID in the path parameters. The request body uses an `AudienceExport` instance. Upon success, it returns an `Operation` instance, signifying a long-running process. The audience export captures a user snapshot at creation, and different creations yield varied user lists. The API requires specific OAuth scopes for authorization.\n"]]