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 f900000 commit 654ad24Copy full SHA for 654ad24
video.go
@@ -26,7 +26,7 @@ type Video struct {
26
H int `json:"h,omitempty"` // Height of the player in pixels
27
StartDelay int `json:"startdelay,omitempty"` // Indicates the start delay in seconds
28
Linearity int `json:"linearity,omitempty"` // Indicates whether the ad impression is linear or non-linear
29
- Skip int `json:"skip,omitempty"` // Indicates if the player will allow the video to be skipped, where 0 = no, 1 = yes.
+ Skip int `json:"skip"` // Indicates if the player will allow the video to be skipped, where 0 = no, 1 = yes.
30
SkipMin int `json:"skipmin,omitempty"` // Videos of total duration greater than this number of seconds can be skippable
31
SkipAfter int `json:"skipafter,omitempty"` // Number of seconds a video must play before skipping is enabled
32
Sequence int `json:"sequence,omitempty"` // Default: 1
0 commit comments