Google Tag Manager · JSON Structure

Google Tag Manager V2 Parameter Structure

Type: object Properties: 6
AnalyticsConversion TrackingMarketingTag ManagementTracking

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

Properties

type key value list map isWeakReference

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Parameter",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "list": {
      "type": "array"
    },
    "map": {
      "type": "array"
    },
    "isWeakReference": {
      "type": "boolean"
    }
  }
}