Method: properties.audienceExports.get
Lấy siêu dữ liệu cấu hình về một đối tượng cụ thể được xuất. Bạn có thể dùng phương thức này để tìm hiểu dữ liệu xuất đối tượng sau khi tạo.
Hãy xem bài viết Tạo tệp xuất đối tượng để tìm hiểu về tính năng Xuất đối tượng kèm theo ví dụ.
Audience Export API có một số phương thức ở mức alpha và các phương pháp khác ở mức ổn định trong giai đoạn beta. Mục đích là để nâng cao độ ổn định của phiên bản beta sau khi nhận được một số ý kiến phản hồi và áp dụng. Để gửi ý kiến phản hồi về API này, hãy hoàn tất biểu mẫu Ý kiến phản hồi về Google Analytics Audience Export API.
Yêu cầu HTTP
GET https://analyticsdata.googleapis.com/v1beta/{name=properties/*/audienceExports/*}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Tham số |
name |
string
Bắt buộc. Tên tài nguyên xuất đối tượng. Định dạng properties/{property}/audienceExports/{audienceExport}
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của AudienceExport
.
Phạm vi uỷ quyền
Yêu cầu một trong các phạm vi OAuth sau đây:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-05-02 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-05-02 UTC."],[[["This API endpoint retrieves configuration metadata for a specific audience export, allowing users to understand its details after creation."],["The request requires the `name` path parameter specifying the audience export resource in the format `properties/{property}/audienceExports/{audienceExport}`."],["Successful responses provide an `AudienceExport` object containing the export's metadata."],["Authorization requires either the `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics` OAuth scope."],["Refer to the \"Creating an Audience Export\" guide for introductory information and examples related to Audience Exports."]]],["This document outlines the process of retrieving configuration metadata for a specific audience export via the Google Analytics Audience Export API. Key actions include sending a `GET` request to a specific URL, structured using gRPC Transcoding syntax. The request requires a `name` parameter specifying the audience export resource. The request body must be empty. A successful response contains an instance of `AudienceExport`. Authorization requires either `analytics.readonly` or `analytics` OAuth scopes. The user can give feedback using the provided form.\n"]]