Skip to content

Commit 4de688c

Browse files
committed
Fixed JSON tag
1 parent 5d676c3 commit 4de688c

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
@@ -10,7 +10,7 @@ import (
1010
// bids can reference them individually. An exchange can also conduct private auctions by
1111
// restricting involvement to specific subsets of seats within bidders.
1212
type Impression struct {
13-
Id *string `json:"id` // A unique identifier for this impression
13+
Id *string `json:"id"` // A unique identifier for this impression
1414
Banner *Banner `json:"banner,omitempty"`
1515
Video *Video `json:"video,omitempty"`
1616
Displaymanager *string `json:"displaymanager,omitempty"` // Name of ad mediation partner, SDK technology, etc

0 commit comments

Comments
 (0)