From 13f45b69041a16be574a2e4b281bd85d17b8248f Mon Sep 17 00:00:00 2001 From: Scott Kay Date: Fri, 17 Nov 2023 13:47:25 -0500 Subject: [PATCH] Guar Type --- openrtb2/deal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrtb2/deal.go b/openrtb2/deal.go index 24a335a..acfe8fa 100644 --- a/openrtb2/deal.go +++ b/openrtb2/deal.go @@ -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