Google アナリティクスの MCP サーバーを試します。
GitHub からインストールし、詳細については
お知らせをご覧ください。
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」
|
メソッド |
|
統合プロパティのソースリンクを作成します。 |
|
統合プロパティのソースリンクを削除します。 |
|
単一の統合プロパティの参照元リンクのルックアップ。 |
|
プロパティの統合プロパティのソースリンクを一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["RollupPropertySourceLink is a reference to a source property under a parent rollup property and is represented by its name and the source property."],["It includes methods to create, delete, retrieve, and list roll-up property source links."],["The resource name follows a specific format: `properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}`."],["You can manage roll-up property source links using the provided API methods documented in the links."]]],["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"]]