package openrtb_ext

type ExtImpSparteo struct {
	NetworkId string `json:"networkId"`
	Custom1   string `json:"custom1,omitempty"`
	Custom2   string `json:"custom2,omitempty"`
	Custom3   string `json:"custom3,omitempty"`
	Custom4   string `json:"custom4,omitempty"`
	Custom5   string `json:"custom5,omitempty"`
}
