The Trade Desk · Schema

ThirdPartyDsrFailedLine

AdvertisingProgrammatic AdvertisingDSPDemand-Side PlatformCampaign ManagementConnected TVDigital AdvertisingMarketingAdTech

Properties

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

JSON Schema

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