Method: properties.rollupPropertySourceLinks.get
Tìm đường liên kết duy nhất đến một nguồn của tài sản tổng hợp. Chỉ các tài sản tổng hợp mới có thể có đường liên kết nguồn. Vì vậy, phương thức này sẽ gây ra lỗi nếu được sử dụng trên các loại tài sản khác.
Yêu cầu HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/rollupPropertySourceLinks/*}
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 của đường liên kết nguồn của tài sản tổng hợp cần tra cứu. Định dạng: thuộc tính/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Ví dụ: thuộc tính/123/rollupPropertySourceLinks/456
|
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 RollupPropertySourceLink
.
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.edit
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-06 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-05-06 UTC."],[[["Look up a single roll-up property source link using the provided HTTP request format."],["The request requires a specific path parameter to identify the roll-up property source link."],["The request body should be empty and upon success, the response includes a RollupPropertySourceLink instance."],["Proper authorization with specified OAuth scopes is required for accessing this functionality."]]],["This document outlines the process for retrieving a specific roll-up property source link via an HTTP GET request. The request targets a URL constructed using gRPC Transcoding syntax and requires a `name` parameter specifying the link's unique identifier, formatted as `properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id}`. The request body must be empty. A successful request returns a `RollupPropertySourceLink` instance. Access requires either the `analytics.readonly` or `analytics.edit` OAuth scope.\n"]]