powered by
This will return a list with the settings of a single zone. If you want to get the information for all zones, use gtm_zones_list
gtm_zones_list
gtm_zones_get(account_id, container_id, workspace_id, zone_id)
Account Id
Container Id
Workspace Id
Zone Id
https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/zones/get
Other zone functions: gtm_zones_create(), gtm_zones_delete(), gtm_zones_list(), gtm_zones_revert(), gtm_zones_update()
gtm_zones_create()
gtm_zones_delete()
gtm_zones_list()
gtm_zones_revert()
gtm_zones_update()
# NOT RUN { # } # NOT RUN { accountId <- 1234567 containerId <- 7654321 workspaceId <- 11 zoneId <- 12 zone <- gtm_zones_get(accountId, containerId, workspaceId, zoneId) # } # NOT RUN { # }
Run the code above in your browser using DataLab