Google Tag Manager · Schema

ListTriggersResponse

List Triggers Response.

AnalyticsConversion TrackingMarketingTag ManagementTracking

Properties

Name Type Description
trigger array All GTM Triggers of a GTM Container Workspace.
nextPageToken string Continuation token for fetching the next page of results.
View JSON Schema on GitHub

JSON Schema

google-tag-manager-v2-list-triggers-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListTriggersResponse",
  "type": "object",
  "description": "List Triggers Response.",
  "properties": {
    "trigger": {
      "type": "array",
      "description": "All GTM Triggers of a GTM Container Workspace."
    },
    "nextPageToken": {
      "type": "string",
      "description": "Continuation token for fetching the next page of results."
    }
  }
}