Tealium · Schema

Tealium Visitor Profile

Schema for a visitor profile record returned by the Tealium Visitor Profile API or Visitor Privacy API.

Customer Data PlatformCDPTag ManagementAudienceStreamReal-Time EventsVisitor ProfilesAudience SegmentationData CollectionPrivacy CompliancePersonalization

Properties

Name Type Description
audiences object Audience memberships — key is audience ID or name, value is boolean membership
badges object Badge memberships — key is badge ID or name, value is boolean
metrics object Numeric metric attribute values keyed by attribute ID or name
properties object String property attribute values keyed by attribute ID or name
flags object Boolean flag attribute values keyed by attribute ID or name
dates object Date attribute values keyed by attribute ID or name
currentVisit object Visit-scoped attribute values for the current session
View JSON Schema on GitHub

JSON Schema

tealium-visitor-profile.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tealium/main/json-schema/tealium-visitor-profile.json",
  "title": "Tealium Visitor Profile",
  "description": "Schema for a visitor profile record returned by the Tealium Visitor Profile API or Visitor Privacy API.",
  "type": "object",
  "properties": {
    "audiences": {
      "type": "object",
      "description": "Audience memberships — key is audience ID or name, value is boolean membership",
      "additionalProperties": {
        "type": "boolean"
      }
    },
    "badges": {
      "type": "object",
      "description": "Badge memberships — key is badge ID or name, value is boolean",
      "additionalProperties": {
        "type": "boolean"
      }
    },
    "metrics": {
      "type": "object",
      "description": "Numeric metric attribute values keyed by attribute ID or name",
      "additionalProperties": {
        "type": "number"
      }
    },
    "properties": {
      "type": "object",
      "description": "String property attribute values keyed by attribute ID or name",
      "additionalProperties": {
        "type": "string"
      }
    },
    "flags": {
      "type": "object",
      "description": "Boolean flag attribute values keyed by attribute ID or name",
      "additionalProperties": {
        "type": "boolean"
      }
    },
    "dates": {
      "type": "object",
      "description": "Date attribute values keyed by attribute ID or name",
      "additionalProperties": {
        "type": "string",
        "format": "date-time"
      }
    },
    "currentVisit": {
      "type": "object",
      "description": "Visit-scoped attribute values for the current session",
      "additionalProperties": {}
    }
  },
  "additionalProperties": {}
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tealium-visitor-profile"
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 email required.

A second provider on the same verified email joins the account you already have.