We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569894c commit e1346acCopy full SHA for e1346ac
impression.go
@@ -26,7 +26,7 @@ type Impression struct {
26
DisplayManager string `json:"displaymanager,omitempty"` // Name of ad mediation partner, SDK technology, etc
27
DisplayManagerVer string `json:"displaymanagerver,omitempty"` // Version of the above
28
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)
+ Instl int `json:"instl"` // Interstitial, Default: 0 ("1": Interstitial, "0": Something else)
30
TagID string `json:"tagid,omitempty"` // IDentifier for specific ad placement or ad tag
31
BidFloor float64 `json:"bidfloor,omitempty"` // Bid floor for this impression in CPM
32
BidFloorCurrency string `json:"bidfloorcur,omitempty"` // Currency of bid floor
0 commit comments