gtm_tags_list {googleTagManageR} | R Documentation |
List all tags in a workspace
Description
This will return a data frame all your available tags in a given workspace
If you want to get the information for a single tag, use gtm_tags_get
Usage
gtm_tags_list(account_id, container_id, workspace_id)
Arguments
account_id |
Account Id |
container_id |
Container Id |
workspace_id |
Workspace Id |
See Also
Other tag functions:
gtm_tags_create()
,
gtm_tags_delete()
,
gtm_tags_get()
,
gtm_tags_revert()
,
gtm_tags_update()
Examples
## Not run:
accountId <- 1234567
containerId <- 7654321
workspaceId <- 10
tags <- gtm_tags_list(accountId, containerId, workspaceId)
## End(Not run)
[Package googleTagManageR version 0.2.0 Index]