Skip to main content
Version: 1.2.0

Event Reference

A dataLayer event for GTM

Please select one of the following options:

View Raw JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://tracking-docs-demo.buchert.digital/schemas/1.2.0/event-reference.json",
"title": "Event Reference",
"description": "A dataLayer event for GTM",
"type": "object",
"allOf": [
{
"$ref": "./events/components/dataLayer.json"
}
],
"oneOf": [
{
"$ref": "./events/complex-event.json"
},
{
"$ref": "./events/purchase-event.json"
},
{
"$ref": "./events/add-to-cart-event.json"
},
{
"$ref": "./events/root-any-of-event.json"
},
{
"$ref": "./events/root-choice-event.json"
},
{
"$ref": "./events/choice-event.json"
}
]
}