gtm_update_tag
Modify an existing tag in the sandbox workspace by merging specified updates (e.g., consent settings, parameters) with the current configuration, ensuring safe changes without affecting live environments.
Instructions
Update a tag in the sandbox workspace. Fetches current tag, merges updates, then saves. Safety: only operates on sandbox workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | The tag ID | |
| updates_json | Yes | JSON object with fields to update (e.g. consentSettings, parameter) |