package openrtb_ext

// ExtImpTheTradeDesk defines the contract for bidrequest.imp[i].ext.prebid.bidder.thetradedesk
type ExtImpTheTradeDesk struct {
	PublisherId    string `json:"publisherId"`
	SupplySourceId string `json:"supplySourceId"`
}
