View source: R/gtm_workspaces_methods.R
Creates a Workspace.
1 2 3 4 5 6 7 8 | gtm_workspaces_create(
account_id,
container_id,
workspace_name,
token,
description = NULL,
verbose = FALSE
)
|
account_id |
The ID of the account |
container_id |
The ID of the container |
workspace_name |
The name of the new workspace |
token |
An OAuth token object |
description |
The description of the new workspace. Optional |
verbose |
If you want a message letting you know the results of your API call. Defaults to FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.