File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ type Bid struct {
4343 HRatio int `json:"hratio,omitempty"` // Relative height of the creative when expressing size as a ratio.
4444 Exp int `json:"exp,omitempty"` // Advisory as to the number of seconds the bidder is willing to wait between the auction and the actual impression.
4545 ContentType string `json:"-"` // content of the bid
46+ MediaType string `json:"-"` // media of the impression e.g. video/display
4647 Ext Extension `json:"ext,omitempty"`
4748}
4849
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ type Impression struct {
3333 Exp int `json:"exp,omitempty"` // Advisory as to the number of seconds that may elapse between the auction and the actual impression.
3434 IFrameBuster []string `json:"iframebuster,omitempty"` // Array of names for supportediframe busters.
3535 ContentType string `json:"-"` // Used to attribute bid to a content - not sent in request
36+ MediaType string `json:"-"` // media of the impression e.g. video/display
3637 Ext Extension `json:"ext,omitempty"`
3738}
3839
You can’t perform that action at this time.
0 commit comments