package openrtb_ext

type ImpExtExco struct {
	TagId       string `json:"tagId"`
	AccountId   string `json:"accountId"`
	PublisherId string `json:"publisherId"`
}
