View source: R/variables_builtin.R
gtm_builtin_revert | R Documentation |
This reeverts any changes to a GTM Built-In Variables in a GTM Workspace.
gtm_builtin_revert(account_id, container_id, workspace_id, variable)
account_id |
Account Id |
container_id |
Container Id |
workspace_id |
Workspace Id |
variable |
A built-in Variable or list of built-in variables. Valid values are here |
Other built in variable functions:
gtm_builtin_create()
,
gtm_builtin_delete()
,
gtm_builtin_list()
,
variables_list
## Not run: accountId <- 1234567 containerId <- 7654321 workspaceId <- 10 variable <- 'clickId' variable <- gtm_variables_revert(accountId, containerId, workspaceId, variable) # Changes to variable 22 have been reverted ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.