Replaces a zone in a Google Tag Manager workspace with a full resource payload
Replaces a zone in a Google Tag Manager workspace with a full resource payload. Zones control which tags third parties may add to a Google Tag Manager container (GTM 360). Version and publish to take changes live.
Full replacement Zone resource; the update replaces the zone entirely, so include every field it should keep. Workflow: gtm_get_zone -> edit the payload -> gtm_update_zone. Full Zone resource (object or JSON string) matching the Google Tag Manager API v2 Zone spec (GTM 360). Must include name; linked containers go in childContainer and restrictions in boundary and typeRestriction. Example: {“name”: “Marketing Zone”, “childContainer”: [{“publicId”: “GTM-XXXXXX”}]}