The Trade Desk · Schema

OfflineConversionDataItem

AdvertisingProgrammatic AdvertisingDSPDemand-Side PlatformCampaign ManagementConnected TVDigital AdvertisingMarketingAdTech

Properties

Name Type Description
TDID string
DAID string
UID2 string
UID2Token string
RampID string
EUID string
EUIDToken string
DataProviderUserId string
UserIdArray array Array of [type, id] pairs.
CookieMappingPartnerId string
OrderId string
ImpressionId string
TrackingTagId string
TimestampUtc string
Value string
ValueCurrency string
Country string
Region string
Metro string
City string
MerchantId string
EventName string
LineItems array
PrivacySettings array
TD1 string
TD2 string
TD3 string
TD4 string
TD5 string
TD6 string
TD7 string
TD8 string
TD9 string
TD10 string
View JSON Schema on GitHub

JSON Schema

OfflineConversionDataItem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OfflineConversionDataItem",
  "required": [
    "TimestampUtc",
    "TrackingTagId"
  ],
  "type": "object",
  "properties": {
    "TDID": {
      "type": "string",
      "nullable": true
    },
    "DAID": {
      "type": "string",
      "nullable": true
    },
    "UID2": {
      "type": "string",
      "nullable": true
    },
    "UID2Token": {
      "type": "string",
      "nullable": true
    },
    "RampID": {
      "type": "string",
      "nullable": true
    },
    "EUID": {
      "type": "string",
      "nullable": true
    },
    "EUIDToken": {
      "type": "string",
      "nullable": true
    },
    "DataProviderUserId": {
      "type": "string",
      "nullable": true
    },
    "UserIdArray": {
      "type": "array",
      "items": {
        "maxItems": 2,
        "minItems": 2,
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "description": "Array of [type, id] pairs.",
      "nullable": true
    },
    "CookieMappingPartnerId": {
      "type": "string",
      "nullable": true
    },
    "OrderId": {
      "type": "string",
      "nullable": true
    },
    "ImpressionId": {
      "type": "string",
      "nullable": true
    },
    "TrackingTagId": {
      "type": "string"
    },
    "TimestampUtc": {
      "type": "string",
      "format": "date-time"
    },
    "Value": {
      "type": "string",
      "nullable": true
    },
    "ValueCurrency": {
      "type": "string",
      "nullable": true
    },
    "Country": {
      "type": "string",
      "nullable": true
    },
    "Region": {
      "type": "string",
      "nullable": true
    },
    "Metro": {
      "type": "string",
      "nullable": true
    },
    "City": {
      "type": "string",
      "nullable": true
    },
    "MerchantId": {
      "type": "string",
      "nullable": true
    },
    "EventName": {
      "type": "string",
      "nullable": true
    },
    "LineItems": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RealTimeConversionEventLineItem"
      },
      "nullable": true
    },
    "PrivacySettings": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RealTimeConversionEventsPrivacySetting"
      },
      "nullable": true
    },
    "TD1": {
      "type": "string",
      "nullable": true
    },
    "TD2": {
      "type": "string",
      "nullable": true
    },
    "TD3": {
      "type": "string",
      "nullable": true
    },
    "TD4": {
      "type": "string",
      "nullable": true
    },
    "TD5": {
      "type": "string",
      "nullable": true
    },
    "TD6": {
      "type": "string",
      "nullable": true
    },
    "TD7": {
      "type": "string",
      "nullable": true
    },
    "TD8": {
      "type": "string",
      "nullable": true
    },
    "TD9": {
      "type": "string",
      "nullable": true
    },
    "TD10": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-speakeasy-name-override": "BaseOfflineConversionDataItem"
}