gtm_variables_list | R Documentation |
This will return a data frame all your available variables in a given workspace
If you want to get the information for a single variable, use gtm_variables_get
gtm_variables_list(account_id, container_id, workspace_id)
account_id |
Account Id |
container_id |
Container Id |
workspace_id |
Workspace Id |
Other variable functions:
gtm_variables_create()
,
gtm_variables_delete()
,
gtm_variables_get()
,
gtm_variables_revert()
,
gtm_variables_update()
## Not run: accountId <- 1234567 containerId <- 7654321 workspaceId <- 10 variables <- gtm_variables_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.