ga4_update_custom_dimension
Modify mutable properties of a GA4 custom dimension, such as display name, description, or disallow ads personalization. Immutable fields like parameterName and scope remain unchanged. Requires explicit confirmation to apply.
Instructions
[GA4 WRITE] Update a custom dimension (parameterName and scope are immutable). Pass only the fields to change; updateMask is derived from them (override with an explicit updateMask for nested paths). Requires GA4_MCP_ENABLE_WRITES=true and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full resource name of the custom dimension to target, e.g. "properties/123/…/456". | |
| confirm | Yes | Must be true to apply the change. | |
| updateMask | No | Comma-separated field paths to update. Omit to derive from the supplied fields. | |
| description | No | ||
| displayName | No | ||
| disallowAdsPersonalization | No |