Google Tag Manager · Schema

SyncStatus

The status of a workspace after syncing.

AnalyticsConversion TrackingMarketingTag ManagementTracking

Properties

Name Type Description
mergeConflict boolean Synchornization operation detected a merge conflict.
syncError boolean An error occurred during the sync operation.
View JSON Schema on GitHub

JSON Schema

google-tag-manager-v2-sync-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SyncStatus",
  "type": "object",
  "description": "The status of a workspace after syncing.",
  "properties": {
    "mergeConflict": {
      "type": "boolean",
      "description": "Synchornization operation detected a merge conflict."
    },
    "syncError": {
      "type": "boolean",
      "description": "An error occurred during the sync operation."
    }
  }
}