gtm_zones_get: List a single zone in a workspace

View source: R/zones.R

gtm_zones_getR Documentation

List a single zone in a workspace

Description

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

Usage

gtm_zones_get(account_id, container_id, workspace_id, zone_id)

Arguments

account_id

Account Id

container_id

Container Id

workspace_id

Workspace Id

zone_id

Zone Id

See Also

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()

Examples


## Not run: 
accountId <- 1234567
containerId <- 7654321
workspaceId <- 11
zoneId <- 12

zone <- gtm_zones_get(accountId, containerId, workspaceId, zoneId)

## End(Not run)


googleTagManageR documentation built on April 17, 2022, 1:05 a.m.