View source: R/variables_builtin.R
gtm_builtin_create | R Documentation |
This enables one of the built-in variables in GTM. It is the inverse of gtm_builtin_delete
gtm_builtin_create(account_id, container_id, workspace_id, variable)
account_id |
Account Id |
container_id |
Container Id |
workspace_id |
Workspace Id |
variable |
A Builtin Variable or list of built in variables. Valid values are here |
Other built in variable functions:
gtm_builtin_delete()
,
gtm_builtin_list()
,
gtm_builtin_revert()
,
variables_list
## Not run: accountId <- 1234567 containerId <- 7654321 workspaceId <- 10 variable <- 'clickId' builtinVaribles<- gtm_builtin_create(accountId, containerId, workspaceId, variable) listOfVaribales <- c('clickClasses', 'clickElement') newEnabledVars <- gtm_builtin_create(accountId, containerId, workspaceId, listOfVaribales) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.