Google Tag Manager · Schema

Entity

A workspace entity that can represent a tag, trigger, variable, or folder that has been changed.

AnalyticsConversion TrackingMarketingTag ManagementTracking

Properties

Name Type Description
changeStatus string The status of the entity change.
View JSON Schema on GitHub

JSON Schema

google-tag-manager-v2-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Entity",
  "type": "object",
  "description": "A workspace entity that can represent a tag, trigger, variable, or folder that has been changed.",
  "properties": {
    "changeStatus": {
      "type": "string",
      "description": "The status of the entity change."
    }
  }
}