You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: impression.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ type Impression struct {
25
25
Pmp*Pmp`json:"pmp,omitempty"`// A reference to the PMP object containing any Deals eligible for the impression object.
26
26
DisplayManagerstring`json:"displaymanager,omitempty"`// Name of ad mediation partner, SDK technology, etc
27
27
DisplayManagerVerstring`json:"displaymanagerver,omitempty"`// Version of the above
28
+
Clickbrowserint`json:"clickbrowser,omitempty"`// Indicates the type of browser opened upon clicking the creative in an app, where 0 = embedded, 1 = native
0 commit comments