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/*}
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
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["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"]]