Full name: accounts.containers.workspaces.quick_preview
Quick previews a workspace by creating a fake container version from all entities in the provided workspace.
HTTP request
POST https://tagmanager.googleapis.com/tagmanager/v2/{path}:quick_preview
Path parameters
Parameters | |
---|---|
path |
GTM Workspace's API relative path. It takes the form |
Request body
The request body must be empty.
Response body
Response to quick previewing a workspace.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "containerVersion": { object ( |
Fields | |
---|---|
containerVersion |
The quick previewed container version. |
syncStatus |
Whether quick previewing failed when syncing the workspace to the latest container version. |
compilerError |
Were there compiler errors or not. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/tagmanager.edit.containerversions
For more information, see the OAuth 2.0 Overview.