Method: properties.createRollupProperty
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
統合プロパティと、すべての統合プロパティの参照元のリンクを作成します。
HTTP リクエスト
POST https://analyticsadmin.googleapis.com/v1alpha/properties:createRollupProperty
この URL は gRPC Transcoding 構文を使用します。
リクエストの本文
リクエストの本文には、次の構造のデータが含まれます。
JSON 表現 |
{
"rollupProperty": {
object (Property )
},
"sourceProperties": [
string
]
} |
フィールド |
rollupProperty |
object (Property )
必須。作成する統合プロパティ。
|
sourceProperties[] |
string
省略可。作成される統合プロパティの参照元となるプロパティのリソース名。
|
レスポンスの本文
properties.createRollupProperty RPC のレスポンス メッセージ。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
フィールド |
rollupProperty |
object (Property )
作成された統合プロパティ。
|
rollupPropertySourceLinks[] |
object (RollupPropertySourceLink )
作成された統合プロパティの参照元のリンク。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-01-14 UTC。"],[[["This documentation outlines the process for creating a roll-up property and its source links using the `createRollupProperty` method."],["The request body requires defining the roll-up property and optionally specifying source properties."],["Successful execution returns the newly created roll-up property and its source links."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` scope."]]],[]]