Creates a zone in a Google Tag Manager workspace from a raw resource payload
Creates a zone in a Google Tag Manager workspace from a raw 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 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”}]}