gtm_triggers_list | R Documentation |
This will return a data frame all your available triggers in a given workspace
If you want to get the information for a single trigger, use gtm_triggers_get
gtm_triggers_list(account_id, container_id, workspace_id)
account_id |
Account Id |
container_id |
Container Id |
workspace_id |
Workspace Id |
Other trigger functions:
gtm_triggers_create()
,
gtm_triggers_delete()
,
gtm_triggers_get()
,
gtm_triggers_revert()
,
gtm_triggers_update()
## Not run: accountId <- 1234567 containerId <- 7654321 workspaceId <- 3 triggers <- gtm_triggers_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.