github.com/prebid/prebid-server@v0.275.0/openrtb_ext/imp_smarthub.go (about)

     1  package openrtb_ext
     2  
     3  type ExtSmartHub struct {
     4  	PartnerName string `json:"partnerName,omitempty"`
     5  	Seat        string `json:"seat,omitempty"`
     6  	Token       string `json:"token,omitempty"`
     7  }