gtm_workspaces_update | R Documentation |
This updates the name or description of an existing workspace.
gtm_workspaces_update( account_id, container_id, workspace_id, name, description = NULL )
account_id |
Account Id |
container_id |
Container Id |
workspace_id |
Workspace Id |
name |
Workspace Name |
description |
Workspace Description |
Other workspace functions:
gtm_workspaces_create()
,
gtm_workspaces_delete()
,
gtm_workspaces_get()
,
gtm_workspaces_list()
,
gtm_workspaces_preview()
,
gtm_workspaces_resolve()
,
gtm_workspaces_status()
,
gtm_workspaces_submit()
,
gtm_workspaces_sync()
## Not run: accountId <- 1234567 containerId <- 7654321 workspaceId <- 6 name <- 'New Analytics Tags' description <- 'Adding element visibility tags and scroll tracking' workspace <- gtm_workspaces_update(accountId, containerId, workspaceId, name, description) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.