package openrtb_ext

// ExtImpMadvertise defines the contract for bidrequest.imp[i].ext.prebid.bidder.madvertise
type ExtImpMadvertise struct {
	ZoneID string `json:"zoneId"`
}
