From a7c09965a31c4f4b5805a59096ef89ed919bbb0b Mon Sep 17 00:00:00 2001 From: CarolynU Date: Wed, 29 May 2024 11:56:52 -0700 Subject: [PATCH] Update impression.go --- impression.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impression.go b/impression.go index c0d1c66..5b1cbfb 100644 --- a/impression.go +++ b/impression.go @@ -25,7 +25,7 @@ type Impression struct { Pmp *Pmp `json:"pmp,omitempty"` // A reference to the PMP object containing any Deals eligible for the impression object. DisplayManager string `json:"displaymanager,omitempty"` // Name of ad mediation partner, SDK technology, etc DisplayManagerVer string `json:"displaymanagerver,omitempty"` // Version of the above - Clickbrowser int `json:"clickbrowser"` // Indicates the type of browser opened upon clicking the creative in an app, where 0 = embedded, 1 = native + Clickbrowser *int `json:"clickbrowser"` // Indicates the type of browser opened upon clicking the creative in an app, where 0 = embedded, 1 = native Instl int `json:"instl,omitempty"` // Interstitial, Default: 0 ("1": Interstitial, "0": Something else) TagID string `json:"tagid,omitempty"` // IDentifier for specific ad placement or ad tag BidFloor float64 `json:"bidfloor,omitempty"` // Bid floor for this impression in CPM