Skip to content

Commit 0b0d95d

Browse files
[#PPS-3931] possible instl explicit 0
1 parent aa91c41 commit 0b0d95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impression.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type Impression struct {
2626
DisplayManager string `json:"displaymanager,omitempty"` // Name of ad mediation partner, SDK technology, etc
2727
DisplayManagerVer string `json:"displaymanagerver,omitempty"` // Version of the above
2828
Clickbrowser int `json:"clickbrowser"` // Indicates the type of browser opened upon clicking the creative in an app, where 0 = embedded, 1 = native
29-
Instl int `json:"instl,omitempty"` // Interstitial, Default: 0 ("1": Interstitial, "0": Something else)
29+
Instl int `json:"instl"` // Interstitial, Default: 0 ("1": Interstitial, "0": Something else)
3030
TagID string `json:"tagid,omitempty"` // IDentifier for specific ad placement or ad tag
3131
BidFloor float64 `json:"bidfloor,omitempty"` // Bid floor for this impression in CPM
3232
BidFloorCurrency string `json:"bidfloorcur,omitempty"` // Currency of bid floor

0 commit comments

Comments
 (0)