Method: properties.audienceLists.get
Yêu cầu HTTP
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/audienceLists/*}
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 danh sách đối tượng. Định dạng properties/{property}/audienceLists/{audienceList}
|
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 AudienceList
.
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."],[[["Retrieves configuration metadata for a specific audience list, allowing users to understand its details after creation."],["Uses the `audienceExports.get` method to access audience list information, offering beta stability and a feedback form for API improvements."],["Requires the `name` path parameter, specifying the audience list resource name in the format `properties/{property}/audienceLists/{audienceList}`."],["Employs an empty request body and returns an `AudienceList` instance in the response upon successful execution."],["Needs authorization with either `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics` OAuth scopes."]]],["This document outlines the process of retrieving configuration metadata for a specific audience list via the `audienceExports.get` method, available in beta. The HTTP request uses a GET method with a URL structure including path parameters, specifically the `name` of the audience list. The request body must be empty, and a successful response returns an `AudienceList` instance. Access requires either `analytics.readonly` or `analytics` OAuth scopes. This function is for understanding audience lists after their creation.\n"]]