github.com/prebid/prebid-server@v0.275.0/openrtb_ext/imp_rise.go (about) 1 package openrtb_ext 2 3 // ImpExtRise defines the contract for bidrequest.imp[i].ext.prebid.bidder.rise 4 type ImpExtRise struct { 5 PublisherID string `json:"publisher_id"` 6 Org string `json:"org"` 7 }