gtm_tags_revert | R Documentation |
This reverts a tag back to its original, unmodified state.
gtm_tags_revert(account_id, container_id, workspace_id, tag_id)
account_id |
Account Id |
container_id |
Container Id |
workspace_id |
Workspace Id |
tag_id |
Tag Id |
Other tag functions:
gtm_tags_create()
,
gtm_tags_delete()
,
gtm_tags_get()
,
gtm_tags_list()
,
gtm_tags_update()
## Not run: accountId <- 1234567 containerId <- 7654321 workspaceId <- 10 tagId <- 102 tag <- gtm_tags_revert(accountId, containerId, workspaceId, tagId) # Changes to tag 102 have been reverted ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.