We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4f8c1 commit f300c28Copy full SHA for f300c28
1 file changed
openrtb.go
@@ -86,6 +86,15 @@ const (
86
VideoPlaybackMouseOver = 4
87
)
88
89
+// 5.9 Video Placement Types (Spec 2.5)
90
+const (
91
+ VideoPlacementInStream = 1
92
+ VideoPlacementInBanner = 2
93
+ VideoPlacementInArticle = 3
94
+ VideoPlacementInFeed = 4
95
+ VideoPlacementInterstitial = 5
96
+)
97
+
98
// 5.10 Video Start Delay
99
const (
100
VideoStartDelayPreRoll = 0
0 commit comments