View source: R/variables_builtin.R
gtm_builtin_list | R Documentation |
This will return a data frame all enabled built-in variables in a given workspace
gtm_builtin_list(account_id, container_id, workspace_id)
account_id |
Account Id |
container_id |
Container Id |
workspace_id |
Workspace Id |
Other built in variable functions:
gtm_builtin_create()
,
gtm_builtin_delete()
,
gtm_builtin_revert()
,
variables_list
## Not run: accountId <- 1234567 containerId <- 7654321 workspaceId <- 10 builtinVaribles<- gtm_builtin_list(accountId, containerId, workspaceId) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.