gtm_tags_get: Get one tag in a workspace

View source: R/tags.R

gtm_tags_getR Documentation

Get one tag in a workspace

Description

This will return a list with the settings of a single tag. If you want to get the information for all tags, use gtm_tags_list

Usage

gtm_tags_get(account_id, container_id, workspace_id, tag_id)

Arguments

account_id

Account Id

container_id

Container Id

workspace_id

Workspace Id

tag_id

Tag Id

See Also

https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/tags/get

Other tag functions: gtm_tags_create(), gtm_tags_delete(), gtm_tags_list(), gtm_tags_revert(), gtm_tags_update()

Examples


## Not run: 
accountId <- 1234567
containerId <- 7654321
workspaceId <- 10
tagId = 100

tag <- gtm_tags_get(accountId, containerId, workspaceId, tagId)


## End(Not run)


jamescottrill/googleTagManageR documentation built on April 21, 2022, 5:40 p.m.