File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ type Bid struct {
4242 WRatio int `json:"wratio,omitempty"` // Relative width of the creative when expressing size as a ratio.
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.
45+ ContentType string `json:"-"` // content of the bid
4546 Ext Extension `json:"ext,omitempty"`
4647}
4748
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ type Impression struct {
3232 Secure NumberOrString `json:"secure,omitempty"` // Flag to indicate whether the impression requires secure HTTPS URL creative assets and markup.
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.
35+ ContentType string `json:"-"` // Used to attribute bid to a content - not sent in request
3536 Ext Extension `json:"ext,omitempty"`
3637}
3738
You can’t perform that action at this time.
0 commit comments