github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_triplelift.go (about) 1 package openrtb_ext 2 3 // ExtImpTriplelift defines the contract for bidrequest.imp[i].ext.prebid.bidder.triplelift 4 type ExtImpTriplelift struct { 5 InvCode string `json:"inventoryCode"` 6 Floor *float64 `json:"floor"` 7 }