github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_richaudience.go (about) 1 package openrtb_ext 2 3 type ExtImpRichaudience struct { 4 Pid string `json:"pid"` 5 SupplyType string `json:"supplyType"` 6 BidFloor float64 `json:"bidfloor"` 7 BidFloorCur string `json:"bidfloorcur"` 8 Test bool `json:"test"` 9 }