Tealium · Schema
Tealium Event Payload
Schema for a single event sent to the Tealium Collect HTTP API.
Customer Data PlatformCDPTag ManagementAudienceStreamReal-Time EventsVisitor ProfilesAudience SegmentationData CollectionPrivacy CompliancePersonalization
Properties
| Name | Type | Description |
|---|---|---|
| tealium_account | string | Tealium account name |
| tealium_profile | string | Tealium profile name within the account |
| tealium_event | string | Event type identifier (e.g., page_view, user_login, purchase) |
| tealium_visitor_id | string | Visitor identifier — GUID format for anonymous visitors or __ACCOUNT_PROFILE__ATTR-ID_ATTR-VALUE__ for known visitors |
| tealium_datasource | string | Data source key configured in Tealium iQ |
| tealium_environment | string | Deployment environment |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/tealium/main/json-schema/tealium-event-payload.json",
"title": "Tealium Event Payload",
"description": "Schema for a single event sent to the Tealium Collect HTTP API.",
"type": "object",
"required": ["tealium_account", "tealium_profile", "tealium_event"],
"properties": {
"tealium_account": {
"type": "string",
"description": "Tealium account name"
},
"tealium_profile": {
"type": "string",
"description": "Tealium profile name within the account"
},
"tealium_event": {
"type": "string",
"description": "Event type identifier (e.g., page_view, user_login, purchase)"
},
"tealium_visitor_id": {
"type": "string",
"description": "Visitor identifier — GUID format for anonymous visitors or __ACCOUNT_PROFILE__ATTR-ID_ATTR-VALUE__ for known visitors"
},
"tealium_datasource": {
"type": "string",
"description": "Data source key configured in Tealium iQ"
},
"tealium_environment": {
"type": "string",
"enum": ["dev", "qa", "prod"],
"description": "Deployment environment"
}
},
"additionalProperties": {
"type": ["string", "number", "boolean"],
"description": "Custom event attributes as additional key-value pairs"
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tealium-event-payload"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.