Google アナリティクスの MCP サーバーを試します。
GitHub からインストールし、詳細については
お知らせをご覧ください。
ParameterMutation
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"parameter": string,
"parameterValue": string
} |
フィールド |
parameter |
string
必須。変更するパラメータの名前。この値は * 40 文字未満にする必要があります。* ルール内のすべてのミューテーションで一意であること。 * 使用できるのは英字、数字、_(アンダースコア)のみ。イベント編集ルールの場合は、名前を「eventName」に設定することも可能eventName を変更します。
|
parameterValue |
string
必須。実行する値のミューテーション。* 100 文字未満で指定してください。* param に定数値を指定するには、値の文字列を使用します。* 別のパラメータから値をコピーするには、「[[other_parameter]]」のような構文を使用します。詳しくは、こちらのヘルプセンター記事をご覧ください。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eDefines an event parameter for mutation using JSON representation with \u003ccode\u003eparameter\u003c/code\u003e and \u003ccode\u003eparameterValue\u003c/code\u003e fields.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eparameter\u003c/code\u003e specifies the event parameter's name for mutation, adhering to specific length, uniqueness, and character constraints.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eparameterValue\u003c/code\u003e defines the mutation, either as a constant string value or by copying from another parameter using a specific syntax.\u003c/p\u003e\n"]]],["The provided JSON structure defines event parameter mutations, requiring a `parameter` name and its `parameterValue`. The `parameter` must be a unique string (under 40 characters), containing letters, digits, or underscores; 'eventName' is also acceptable for event edits. `parameterValue` (under 100 characters) can be a constant string or reference another parameter using the format \"\\[\\[other_parameter\\]\\]\". This controls how an event's parameter should be changed.\n"],null,["# ParameterMutation\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDefines an event parameter to mutate.\n\n| JSON representation |\n|-----------------------------------------------------------|\n| ``` { \"parameter\": string, \"parameterValue\": string } ``` |\n\n| Fields ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parameter` | `string` Required. The name of the parameter to mutate. This value must: \\* be less than 40 characters. \\* be unique across across all mutations within the rule \\* consist only of letters, digits or _ (underscores) For event edit rules, the name may also be set to 'eventName' to modify the eventName in place. |\n| `parameterValue` | `string` Required. The value mutation to perform. \\* Must be less than 100 characters. \\* To specify a constant value for the param, use the value's string. \\* To copy value from another parameter, use syntax like \"\\[\\[other_parameter\\]\\]\" For more details, see this [help center article](https://support.google.com/analytics/answer/10085872#modify-an-event&zippy=%2Cin-this-article%2Cmodify-parameters). |"]]