zones
Overview
Name | zones |
Type | Resource |
Id | googleanalytics.tagmanager.zones |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Zone display name. |
accountId | string | GTM Account ID. |
zoneId | string | The Zone ID uniquely identifies the GTM Zone. |
fingerprint | string | The fingerprint of the GTM Zone as computed at storage time. This value is recomputed whenever the zone is modified. |
typeRestriction | object | Represents a Zone's type restrictions. |
notes | string | User notes on how to apply this zone in the container. |
path | string | GTM Zone's API relative path. |
boundary | object | Represents a Zone's boundaries. |
containerId | string | GTM Container ID. |
tagManagerUrl | string | Auto generated link to the tag manager UI |
childContainer | array | Containers that are children of this Zone. |
workspaceId | string | GTM Workspace ID. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
accounts_containers_workspaces_zones_get | SELECT | accountsId, containersId, workspacesId, zonesId | Gets a GTM Zone. |
accounts_containers_workspaces_zones_list | SELECT | accountsId, containersId, workspacesId | Lists all GTM Zones of a GTM container workspace. |
accounts_containers_workspaces_zones_create | INSERT | accountsId, containersId, workspacesId | Creates a GTM Zone. |
accounts_containers_workspaces_zones_delete | DELETE | accountsId, containersId, workspacesId, zonesId | Deletes a GTM Zone. |
accounts_containers_workspaces_zones_revert | EXEC | accountsId, containersId, workspacesId, zonesId | Reverts changes to a GTM Zone in a GTM Workspace. |
accounts_containers_workspaces_zones_update | EXEC | accountsId, containersId, workspacesId, zonesId | Updates a GTM Zone. |