ga4_update_data_stream
Update a GA4 data stream's display name or other mutable fields using partial update with automatic or explicit field masks. Requires write enable and confirmation.
Instructions
[GA4 WRITE] Update a data stream (e.g. display name; stream type is immutable — use body/updateMask for stream-specific fields). 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 |
|---|---|---|---|
| body | No | Raw request-body object (JSON) merged OVER the typed fields — use for nested/advanced fields not exposed as flat args. | |
| name | Yes | Full resource name of the data stream 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. | |
| displayName | No |