Skip to main content

workspaces

Overview

Nameworkspaces
TypeResource
Idgoogleanalytics.tagmanager.workspaces

Fields

NameDatatypeDescription
namestringWorkspace display name. @mutable tagmanager.accounts.containers.workspaces.create @mutable tagmanager.accounts.containers.workspaces.update
descriptionstringWorkspace description. @mutable tagmanager.accounts.containers.workspaces.create @mutable tagmanager.accounts.containers.workspaces.update
workspaceIdstringThe Workspace ID uniquely identifies the GTM Workspace.
accountIdstringGTM Account ID.
containerIdstringGTM Container ID.
fingerprintstringThe fingerprint of the GTM Workspace as computed at storage time. This value is recomputed whenever the workspace is modified.
pathstringGTM Workspace's API relative path.
tagManagerUrlstringAuto generated link to the tag manager UI

Methods

NameAccessible byRequired ParamsDescription
accounts_containers_workspaces_getSELECTaccountsId, containersId, workspacesIdGets a Workspace.
accounts_containers_workspaces_listSELECTaccountsId, containersIdLists all Workspaces that belong to a GTM Container.
accounts_containers_workspaces_createINSERTaccountsId, containersIdCreates a Workspace.
accounts_containers_workspaces_deleteDELETEaccountsId, containersId, workspacesIdDeletes a Workspace.
accounts_containers_workspaces_quick_previewEXECaccountsId, containersId, workspacesIdQuick previews a workspace by creating a fake container version from all entities in the provided workspace.
accounts_containers_workspaces_resolve_conflictEXECaccountsId, containersId, workspacesIdResolves a merge conflict for a workspace entity by updating it to the resolved entity passed in the request.
accounts_containers_workspaces_syncEXECaccountsId, containersId, workspacesIdSyncs a workspace to the latest container version by updating all unmodified workspace entities and displaying conflicts for modified entities.
accounts_containers_workspaces_updateEXECaccountsId, containersId, workspacesIdUpdates a Workspace.