Skip to content

Commit f300c28

Browse files
committed
Enumerate video placement constants.
1 parent cb4f8c1 commit f300c28

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

openrtb.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ const (
8686
VideoPlaybackMouseOver = 4
8787
)
8888

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+
8998
// 5.10 Video Start Delay
9099
const (
91100
VideoStartDelayPreRoll = 0

0 commit comments

Comments
 (0)