Google Tag Manager · JSON Structure

Google Tag Manager V2 User Permission Structure

Type: object Properties: 4
AnalyticsConversion TrackingMarketingTag ManagementTracking

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

Properties

path accountId emailAddress containerAccess

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserPermission",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "emailAddress": {
      "type": "string"
    },
    "containerAccess": {
      "type": "array"
    }
  }
}