-
public class VideoPlacement.Companion
-
-
Method Summary
Modifier and Type Method Description final IntegergetIN_STREAM()Played before, during or after the streaming video content that the consumer has requested (e.g. final IntegergetIN_BANNER()Exists within a web banner that leverages the banner space to deliver a video experience as opposed to another static or rich media format. final IntegergetIN_ARTICLE()Loads and plays dynamically between paragraphs of editorial content; existing as a standalone branded message. final IntegergetIN_FEED()Found in content, social, or product feeds. final IntegergetFLOATING()Covers the entire or a portion of screen area, but is always on screen while displayed (i.e. -
-
Method Detail
-
getIN_STREAM
final Integer getIN_STREAM()
Played before, during or after the streaming video content that the consumer has requested (e.g., Pre-roll, Mid-roll, Post-roll)
-
getIN_BANNER
final Integer getIN_BANNER()
Exists within a web banner that leverages the banner space to deliver a video experience as opposed to another static or rich media format. The format relies on the existence of display ad inventory on the page for its delivery.
-
getIN_ARTICLE
final Integer getIN_ARTICLE()
Loads and plays dynamically between paragraphs of editorial content; existing as a standalone branded message.
-
getIN_FEED
final Integer getIN_FEED()
Found in content, social, or product feeds.
-
getFLOATING
final Integer getFLOATING()
Covers the entire or a portion of screen area, but is always on screen while displayed (i.e. cannot be scrolled out of view). Note that a full-screen interstitial (e.g., in mobile) can be distinguished from a floating/slider unit by the Impression.interstitial field.
-
-
-
-