package openrtb_ext

// ExtImpZmaticoo defines the contract for bidrequest.imp[i].ext.prebid.bidder.zmaticoo
type ExtImpZmaticoo struct {
	PubId  string `json:"pubId"`
	ZoneId string `json:"zoneId"`
}
