github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_yahooAdvertising.go (about) 1 package openrtb_ext 2 3 // ExtImpYahooAdvertising defines the contract for bidrequest.imp[i].ext.prebid.bidder.yahooAdvertising 4 type ExtImpYahooAdvertising struct { 5 Dcn string `json:"dcn"` 6 Pos string `json:"pos"` 7 }