gtm_triggers_revert | R Documentation |
This reverts a trigger back to its original, unmodified state.
gtm_triggers_revert(account_id, container_id, workspace_id, trigger_id)
account_id |
Account Id |
container_id |
Container Id |
workspace_id |
Workspace Id |
trigger_id |
Trigger Id |
Other trigger functions:
gtm_triggers_create()
,
gtm_triggers_delete()
,
gtm_triggers_get()
,
gtm_triggers_list()
,
gtm_triggers_update()
## Not run: accountId <- 1234567 containerId <- 7654321 workspaceId <- 10 triggerId <- 20 trugger <- gtm_triggers_revert(accountId, containerId, workspaceId, triggerId) # Changes to trigger 20 have been reverted ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.