ParameterMutation
JSON 表示法 |
{
"parameter": string,
"parameterValue": string
} |
字段 |
parameter |
string
必需。要更改的参数的名称。此值必须:* 少于 40 个字符。* 在规则中的所有更改中保持唯一性 * 仅包含字母、数字或 _(下划线)对于事件修改规则,您还可以将名称设置为“eventName”,以原地修改 eventName。
|
parameterValue |
string
必需。要执行的值更改。* 不得超过 100 个字符。* 如需为参数指定常量值,请使用值的字符串。* 如需从其他参数复制值,请使用“[[other_parameter]]”等语法。如需了解详情,请参阅这篇帮助中心文章。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-01-14。
[null,null,["最后更新时间 (UTC):2025-01-14。"],[[["Defines an event parameter for mutation using JSON representation with `parameter` and `parameterValue` fields."],["`parameter` specifies the event parameter's name for mutation, adhering to specific length, uniqueness, and character constraints."],["`parameterValue` defines the mutation, either as a constant string value or by copying from another parameter using a specific syntax."]]],[]]