Skip to content

Commit

Permalink
Guar Type
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxNode committed Nov 17, 2023
1 parent 4e08b98 commit 13f45b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrtb2/deal.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type Deal struct {
// Description:
// Indicates that the deal is of type guaranteed and the bidder must
// bid on the deal, where 0 = not a guaranteed deal, 1 = guaranteed deal.
Guar int8 `json:"guar,omitempty"` // convert to an enum?
Guar *int8 `json:"guar,omitempty"`

// Attribute:
// mincpmpersec
Expand Down

0 comments on commit 13f45b6

Please sign in to comment.