Method: properties.rollupPropertySourceLinks.get
ค้นหาลิงก์แหล่งที่มาของพร็อพเพอร์ตี้ภาพรวมรายการเดียว เฉพาะพร็อพเพอร์ตี้ภาพรวมเท่านั้นที่สามารถมีลิงก์แหล่งที่มาได้ ดังนั้นวิธีการนี้จะแสดงข้อผิดพลาดหากใช้ในพร็อพเพอร์ตี้ประเภทอื่นๆ
คำขอ HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/rollupPropertySourceLinks/*}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
name |
string
ต้องระบุ ชื่อลิงก์แหล่งที่มาของพร็อพเพอร์ตี้ภาพรวมที่จะค้นหา รูปแบบ: property/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} ตัวอย่าง: property/123/rollupPropertySourceLinks/456
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ RollupPropertySourceLink
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth อย่างใดอย่างหนึ่งต่อไปนี้
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-05-06 UTC
[null,null,["อัปเดตล่าสุด 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"]]