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

     1  package openrtb_ext
     2  
     3  type ExtImpAdOcean struct {
     4  	EmitterPrefix string `json:"emitterPrefix"`
     5  	MasterID      string `json:"masterId"`
     6  	SlaveID       string `json:"slaveId"`
     7  }