The Trade Desk · Schema

ThirdPartyDsrRequest

AdvertisingProgrammatic AdvertisingDSPDemand-Side PlatformCampaign ManagementConnected TVDigital AdvertisingMarketingAdTech

Properties

Name Type Description
DataProviderId string
BrandId string
Items array
DataLoadTraceId string
RequestType object
View JSON Schema on GitHub

JSON Schema

ThirdPartyDsrRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ThirdPartyDsrRequest",
  "type": "object",
  "properties": {
    "DataProviderId": {
      "type": "string",
      "nullable": true
    },
    "BrandId": {
      "type": "string",
      "nullable": true
    },
    "Items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PartnerDsrDataItem"
      },
      "nullable": true
    },
    "DataLoadTraceId": {
      "type": "string",
      "nullable": true
    },
    "RequestType": {
      "$ref": "#/components/schemas/PartnerDsrRequestType"
    }
  },
  "additionalProperties": false
}