github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_bidmachine.go (about)

     1  package openrtb_ext
     2  
     3  type ExtImpBidmachine struct {
     4  	Host     string `json:"host"`
     5  	Path     string `json:"path"`
     6  	SellerID string `json:"seller_id"`
     7  }