ga4_update_data_redaction
Update email redaction and query parameter redaction for a GA4 web data stream. Provide list of parameter keys to redact. Requires confirm=true.
Instructions
[GA4 WRITE] Update a WEB data stream's client-side data redaction: email redaction and URL query-parameter redaction (with the parameter key list). Requires GA4_MCP_ENABLE_WRITES=true and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to apply the change. | |
| property | Yes | GA4 property ID, e.g. "123456789" or "properties/123456789". | |
| dataStreamId | Yes | Data stream ID (numeric) or "dataStreams/{id}". | |
| queryParameterKeys | No | Query params to redact, e.g. ["email", "phone"]. | |
| emailRedactionEnabled | No | ||
| queryParameterRedactionEnabled | No |