Resource: Workspace
Represents a Google Tag Manager Container Workspace.
JSON representation |
---|
{ "path": string, "accountId": string, "containerId": string, "workspaceId": string, "name": string, "description": string, "fingerprint": string, "tagManagerUrl": string } |
Fields | |
---|---|
path |
GTM Workspace's API relative path. |
accountId |
GTM Account ID. |
containerId |
GTM Container ID. |
workspaceId |
The Workspace ID uniquely identifies the GTM Workspace. |
name |
Workspace display name. |
description |
Workspace description. |
fingerprint |
The fingerprint of the GTM Workspace as computed at storage time. This value is recomputed whenever the workspace is modified. |
tagManagerUrl |
Auto generated link to the tag manager UI |
Methods |
|
---|---|
|
Creates a Workspace. |
|
Creates a Container Version from the entities present in the workspace, deletes the workspace, and sets the base container version to the newly created version. |
|
Deletes a Workspace. |
|
Gets a Workspace. |
|
Finds conflicting and modified entities in the workspace. |
|
Lists all Workspaces that belong to a GTM Container. |
|
Quick previews a workspace by creating a fake container version from all entities in the provided workspace. |
|
Resolves a merge conflict for a workspace entity by updating it to the resolved entity passed in the request. |
|
Syncs a workspace to the latest container version by updating all unmodified workspace entities and displaying conflicts for modified entities. |
|
Updates a Workspace. |