The Trade Desk · Example Payload

Datasubjectrequestthirdpartydata

AdvertisingProgrammatic AdvertisingDSPDemand-Side PlatformCampaign ManagementConnected TVDigital AdvertisingMarketingAdTech

Datasubjectrequestthirdpartydata is an example object payload from The Trade Desk, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathparametersrequestBodyresponses

Example Payload

Raw ↑
{
  "operationId": "DataSubjectRequestThirdPartyData",
  "summary": "Delete IDs shared with The Trade Desk for the specified data provider ID.",
  "method": "POST",
  "path": "/data/deletion-optout/thirdparty",
  "parameters": [
    {
      "name": "TTD-Auth",
      "in": "header",
      "required": true,
      "example": "<TTD-Auth>"
    }
  ],
  "requestBody": {
    "$ref": "#/components/schemas/ThirdPartyDsrRequest",
    "schema_name": "ThirdPartyDsrRequest"
  },
  "responses": {
    "200": {
      "description": "Success"
    },
    "400": {
      "description": "Bad Request - Invalid JSON, missing items, data provider not configured, or policy restrictions"
    },
    "403": {
      "description": "Forbidden - Cannot process data subject request for this data provider"
    },
    "413": {
      "description": "Request Entity Too Large - Request size exceeds the allowed limit"
    },
    "429": {
      "description": "Too Many Requests - Rate limit exceeded"
    },
    "500": {
      "description": "Internal Server Error - Unexpected server error"
    },
    "503": {
      "description": "Service Unavailable - Handler disabled or request dropped"
    }
  }
}