The Trade Desk · Schema

MerchantDsrRequest

AdvertisingProgrammatic AdvertisingDSPDemand-Side PlatformCampaign ManagementConnected TVDigital AdvertisingMarketingAdTech

Properties

Name Type Description
MerchantId integer
Items array
DataLoadTraceId string
RequestType object
View JSON Schema on GitHub

JSON Schema

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