github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_rtbhouse.go (about)

     1  package openrtb_ext
     2  
     3  // ExtImpRTBHouse defines the contract for bidrequest.imp[i].ext.prebid.bidder.rtbhouse
     4  type ExtImpRTBHouse struct {
     5  	PublisherId string `json:"publisherId"`
     6  	Region      string `json:"region"`
     7  
     8  	BidFloor float64 `json:"bidfloor,omitempty"`
     9  	Channel  string  `json:"channel,omitempty"`
    10  }