Google Tag Manager · Schema

PublishContainerVersionResponse

Publish container version response.

AnalyticsConversion TrackingMarketingTag ManagementTracking

Properties

Name Type Description
compilerError boolean Compiler errors or not. True indicates that there were compiler errors.
View JSON Schema on GitHub

JSON Schema

google-tag-manager-v2-publish-container-version-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PublishContainerVersionResponse",
  "type": "object",
  "description": "Publish container version response.",
  "properties": {
    "compilerError": {
      "type": "boolean",
      "description": "Compiler errors or not. True indicates that there were compiler errors."
    }
  }
}