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 3a2e446 commit 024acd4Copy full SHA for 024acd4
banner.go
@@ -11,8 +11,8 @@ type Banner struct {
11
H *int `json:"h,omitempty"` // Height
12
Wmax *int `json:"wmax,omitempty"` // Width maximum
13
Hmax *int `json:"hmax,omitempty"` // Height maximum
14
- Wmin *int `json:"wmax,omitempty"` // Width minimum
15
- Hmin *int `json:"hmax,omitempty"` // Height minimum
+ Wmin *int `json:"wmin,omitempty"` // Width minimum
+ Hmin *int `json:"hmin,omitempty"` // Height minimum
16
Id *string `json:"id,omitempty"` // A unique identifier
17
Pos *int `json:"pos,omitempty"` // Ad Position
18
Btype []int `json:"btype,omitempty"` // Blocked creative types
0 commit comments