Unified.to · Schema

AudienceCombination

IntegrationsUnified API

Properties

Name Type Description
behaviors object
demographics object
interests object
life_events object
View JSON Schema on GitHub

JSON Schema

unified-to-audiencecombination-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AudienceCombination",
  "title": "AudienceCombination",
  "properties": {
    "behaviors": {
      "$ref": "#/components/schemas/property_AudienceCombination_behaviors"
    },
    "demographics": {
      "$ref": "#/components/schemas/property_AudienceCombination_demographics"
    },
    "interests": {
      "$ref": "#/components/schemas/property_AudienceCombination_interests"
    },
    "life_events": {
      "$ref": "#/components/schemas/property_AudienceCombination_life_events"
    }
  },
  "type": "object"
}