We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b0419 commit 4ee8ff0Copy full SHA for 4ee8ff0
1 file changed
bid.go
@@ -44,7 +44,6 @@ type Bid struct {
44
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
46
MediaType string `json:"-"` // media of the impression e.g. video/display
47
- CreativeType string `json:"crtype"` // CreativeType specifically used by Loopme Mraid AR
48
Ext Extension `json:"ext,omitempty"`
49
}
50
0 commit comments