Skip to content

Commit 1673107

Browse files
author
Vu Pham
committed
Update custom field to IsOMEnabled
1 parent 6a8868b commit 1673107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bid.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type Bid struct {
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
4646
MediaType string `json:"-"` // Media of the impression e.g. video/display
47-
IsOmEnabled bool `json:"-"` // Flag to send indicate to the Sdk whether or not to run om scripts
47+
IsOMEnabled bool `json:"-"` // Flag to send indicate to the Sdk whether or not to run om scripts
4848
Ext Extension `json:"ext,omitempty"`
4949
}
5050

0 commit comments

Comments
 (0)