gtm_workspaces_create: Create a new workspace

View source: R/workspaces.R

gtm_workspaces_createR Documentation

Create a new workspace

Description

This creates a new workspace in an esisting container.

Usage

gtm_workspaces_create(account_id, container_id, name, description = NULL)

Arguments

account_id

Account Id

container_id

Container Id

name

Workspace Name

description

Workspace Description

See Also

https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/create

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()

Examples


## 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)


googleTagManageR documentation built on April 17, 2022, 1:05 a.m.