Skip to content

Commit

Permalink
Update impression.go
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolynU committed May 29, 2024
1 parent 3576ea5 commit 08fc47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impression.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,omitempty"` // 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
Expand Down

0 comments on commit 08fc47e

Please sign in to comment.