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