The Trade Desk · Schema

AdvertiserDataServerResponseLine

AdvertisingProgrammatic AdvertisingDSPDemand-Side PlatformCampaign ManagementConnected TVDigital AdvertisingMarketingAdTech

Properties

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

JSON Schema

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