Skip to main content

zones

Overview

Namezones
TypeResource
Idgoogleanalytics.tagmanager.zones

Fields

NameDatatypeDescription
namestringZone display name.
accountIdstringGTM Account ID.
zoneIdstringThe Zone ID uniquely identifies the GTM Zone.
fingerprintstringThe fingerprint of the GTM Zone as computed at storage time. This value is recomputed whenever the zone is modified.
typeRestrictionobjectRepresents a Zone's type restrictions.
notesstringUser notes on how to apply this zone in the container.
pathstringGTM Zone's API relative path.
boundaryobjectRepresents a Zone's boundaries.
containerIdstringGTM Container ID.
tagManagerUrlstringAuto generated link to the tag manager UI
childContainerarrayContainers that are children of this Zone.
workspaceIdstringGTM Workspace ID.

Methods

NameAccessible byRequired ParamsDescription
accounts_containers_workspaces_zones_getSELECTaccountsId, containersId, workspacesId, zonesIdGets a GTM Zone.
accounts_containers_workspaces_zones_listSELECTaccountsId, containersId, workspacesIdLists all GTM Zones of a GTM container workspace.
accounts_containers_workspaces_zones_createINSERTaccountsId, containersId, workspacesIdCreates a GTM Zone.
accounts_containers_workspaces_zones_deleteDELETEaccountsId, containersId, workspacesId, zonesIdDeletes a GTM Zone.
accounts_containers_workspaces_zones_revertEXECaccountsId, containersId, workspacesId, zonesIdReverts changes to a GTM Zone in a GTM Workspace.
accounts_containers_workspaces_zones_updateEXECaccountsId, containersId, workspacesId, zonesIdUpdates a GTM Zone.