github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_oms.go (about) 1 package openrtb_ext 2 3 // ExtImpOms defines the contract for bidrequest.imp[i].ext.prebid.bidder.oms 4 type ExtImpOms struct { 5 PublisherID string `json:"pid"` 6 }