github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_gamma.go (about) 1 package openrtb_ext 2 3 // ExtImpGamma defines the contract for bidrequest.imp[i].ext.prebid.bidder.gamma 4 type ExtImpGamma struct { 5 PartnerID string `json:"id"` 6 ZoneID string `json:"zid"` 7 WebID string `json:"wid"` 8 }