試用 Google Analytics 的 MCP 伺服器。從
GitHub 安裝,詳情請參閱
公告。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
REST Resource: properties.rollupPropertySourceLinks
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:RollupPropertySourceLink
| JSON 表示法 |
{
"name": string,
"sourceProperty": string
} |
| 欄位 |
name |
string
僅供輸出。這個 RollupPropertySourceLink 的資源名稱。格式:「properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}」格式:「properties/123/rollupPropertySourceLinks/456」
|
sourceProperty |
string
不可變動。來源資源的資源名稱。格式:properties/{property_id} 範例:「properties/789」
|
方法 |
|
|
建立綜覽資源來源連結。 |
|
|
刪除綜覽資源來源連結。 |
|
|
查詢單一綜覽資源來源連結。 |
|
|
列出資源的綜覽資源來源連結。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[],["A `RollupPropertySourceLink` is a resource referencing a source property under a parent rollup property. Its JSON format includes a `name` (resource identifier) and `sourceProperty` (source property identifier). Available actions include: `create` to establish a new link, `delete` to remove a link, `get` to retrieve details of a specific link, and `list` to view all links associated with a property. The `name` and `sourceProperty` fields are strings in the format: `properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}` and `properties/{property_id}`.\n"]]