We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5129f80 commit 2214defCopy full SHA for 2214def
1 file changed
video.go
@@ -20,8 +20,8 @@ type Video struct {
20
MaxDuration int `json:"maxduration,omitempty"` // Maximum video ad duration in seconds
21
Protocols []Protocol `json:"protocols,omitempty"` // Video bid response protocols
22
Protocol Protocol `json:"protocol,omitempty"` // Video bid response protocols DEPRECATED
23
- Width int `json:"w,omitempty"` // Width of the player in pixels
24
- Height int `json:"h,omitempty"` // Height of the player in pixels
+ Width int `json:"w"` // Width of the player in pixels
+ Height int `json:"h"` // Height of the player in pixels
25
StartDelay StartDelay `json:"startdelay,omitempty"` // Indicates the start delay in seconds
26
Linearity VideoLinearity `json:"linearity,omitempty"` // Indicates whether the ad impression is linear or non-linear
27
Skip int `json:"skip,omitempty"` // Indicates if the player will allow the video to be skipped, where 0 = no, 1 = yes.
0 commit comments