Google Tag Manager · Schema

CreateContainerVersionResponse

Create container version response.

AnalyticsConversion TrackingMarketingTag ManagementTracking

Properties

Name Type Description
newWorkspacePath string Auto-generated workspace path for the new default workspace, if one was created.
compilerError boolean Compiler errors or not. True indicates that there were compiler errors.
View JSON Schema on GitHub

JSON Schema

google-tag-manager-v2-create-container-version-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateContainerVersionResponse",
  "type": "object",
  "description": "Create container version response.",
  "properties": {
    "newWorkspacePath": {
      "type": "string",
      "description": "Auto-generated workspace path for the new default workspace, if one was created."
    },
    "compilerError": {
      "type": "boolean",
      "description": "Compiler errors or not. True indicates that there were compiler errors."
    }
  }
}