github.com/prebid/prebid-server/v2@v2.18.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  	PlacementID string `json:"placementId"`
     8  }