Skip to content

Commit a6e78d4

Browse files
committed
Merge pull request #9 from nikolai-b/v2
Use capitalized ID
2 parents 92b1034 + 33812a1 commit a6e78d4

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
@@ -25,7 +25,7 @@ type Impression struct {
2525
DisplayManager string `json:"displaymanager,omitempty"` // Name of ad mediation partner, SDK technology, etc
2626
DisplayManagerVer string `json:"displaymanagerver,omitempty"` // Version of the above
2727
Instl int `json:"instl,omitempty"` // Interstitial, Default: 0 ("1": Interstitial, "0": Something else)
28-
Tagid string `json:"tagid,omitempty"` // IDentifier for specific ad placement or ad tag
28+
TagID string `json:"tagid,omitempty"` // IDentifier for specific ad placement or ad tag
2929
BidFloor float64 `json:"bidfloor,omitempty"` // Bid floor for this impression in CPM
3030
BidFloorCurrency string `json:"bidfloorcur,omitempty"` // Currency of bid floor
3131
Secure int `json:"secure,omitempty"` // Flag to indicate whether the impression requires secure HTTPS URL creative assets and markup.

0 commit comments

Comments
 (0)