Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bid.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ type Bid struct {
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.
ContentType string `json:"-"` // content of the bid
MediaType string `json:"-"` // media of the impression e.g. video/display
OrigCurrency string `json:"orig_currency"` // original currency code before converting to USD
ExchRate string `json:"exch_rate"` // exchange rate from original currency to USD
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As these fields from the spec?

Ext Extension `json:"ext,omitempty"`
}

Expand Down