Skip to content

Commit 8433537

Browse files
authored
Merge pull request #41 from UnityTech/PPS-381-3
[PPS-361] Add Clickbrowser
2 parents e50e585 + 08fc47e commit 8433537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

impression.go

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ type Impression struct {
2525
Pmp *Pmp `json:"pmp,omitempty"` // A reference to the PMP object containing any Deals eligible for the impression object.
2626
DisplayManager string `json:"displaymanager,omitempty"` // Name of ad mediation partner, SDK technology, etc
2727
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
2829
Instl int `json:"instl,omitempty"` // Interstitial, Default: 0 ("1": Interstitial, "0": Something else)
2930
TagID string `json:"tagid,omitempty"` // IDentifier for specific ad placement or ad tag
3031
BidFloor float64 `json:"bidfloor,omitempty"` // Bid floor for this impression in CPM

0 commit comments

Comments
 (0)