Google Tag Manager · JSON Structure

Google Tag Manager V2 Workspace Structure

Type: object Properties: 8
AnalyticsConversion TrackingMarketingTag ManagementTracking

Workspace is a JSON Structure definition published by Google Tag Manager, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

path accountId containerId workspaceId name description fingerprint tagManagerUrl

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Workspace",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "containerId": {
      "type": "string"
    },
    "workspaceId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "fingerprint": {
      "type": "string"
    },
    "tagManagerUrl": {
      "type": "string"
    }
  }
}