We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d676c3 commit 4de688cCopy full SHA for 4de688c
impression.go
@@ -10,7 +10,7 @@ import (
10
// bids can reference them individually. An exchange can also conduct private auctions by
11
// restricting involvement to specific subsets of seats within bidders.
12
type Impression struct {
13
- Id *string `json:"id` // A unique identifier for this impression
+ Id *string `json:"id"` // A unique identifier for this impression
14
Banner *Banner `json:"banner,omitempty"`
15
Video *Video `json:"video,omitempty"`
16
Displaymanager *string `json:"displaymanager,omitempty"` // Name of ad mediation partner, SDK technology, etc
0 commit comments