The Trade Desk · Schema

ThirdPartyDataServerResponseLine

AdvertisingProgrammatic AdvertisingDSPDemand-Side PlatformCampaign ManagementConnected TVDigital AdvertisingMarketingAdTech

Properties

Name Type Description
DataProviderUserId string
TDID string
DataName string
ErrorCode object
Message string
ItemNumber string
View JSON Schema on GitHub

JSON Schema

ThirdPartyDataServerResponseLine.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ThirdPartyDataServerResponseLine",
  "type": "object",
  "properties": {
    "DataProviderUserId": {
      "type": "string",
      "nullable": true
    },
    "TDID": {
      "type": "string",
      "format": "uuid",
      "nullable": true
    },
    "DataName": {
      "type": "string",
      "nullable": true
    },
    "ErrorCode": {
      "$ref": "#/components/schemas/ThirdPartyDataResponseErrorCode"
    },
    "Message": {
      "type": "string",
      "nullable": true
    },
    "ItemNumber": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false
}