Package org.prebid.mobile
Class Signals.Plcmt
java.lang.Object
org.prebid.mobile.Signals.Plcmt
- Enclosing class:
- Signals
OpenRTB - Updated Video Placement type. Used as a new version of the 
Signals.Placement.
     OpenRTB config.
 
     | Value | Description                  |
     |-------|------------------------------|
     | 1     | Instream                     |
     | 2     | Accompanying Content         |
     | 3     | Interstitial                 |
     | 4     | No Content / Standalone      |
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic Signals.PlcmtPre-roll, mid-roll, and post-roll ads that are played before, during, or after streaming video content.static Signals.PlcmtPre-roll, mid-roll, and post-roll ads that are played before, during or after the streaming video content that the consumer has requested.static Signals.PlcmtVideo ads that are played without video content.static Signals.PlcmtVideo ads that are played without streaming video content.static Signals.PlcmtVideo ads that are played without streaming video content.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
InStreamPre-roll, mid-roll, and post-roll ads that are played before, during or after the streaming video content that the consumer has requested. Instream video must be set to “sound on” by default at player start, or have explicitly clear user intent to watch the video content. While there may be other content surrounding the player, the video content must be the focus of the user’s visit. It should remain the primary content on the page and the only video player in-view capable of audio when playing. If the player converts to floating/sticky subsequent ad calls should accurately convey the updated player size.
- 
AccompanyingContentPre-roll, mid-roll, and post-roll ads that are played before, during, or after streaming video content. The video player loads and plays before, between, or after paragraphs of text or graphical content, and starts playing only when it enters the viewport. Accompanying content should only start playback upon entering the viewport. It may convert to a floating/sticky player as it scrolls off the page.
- 
InterstitialVideo ads that are played without video content. During playback, it must be the primary focus of the page and take up the majority of the viewport and cannot be scrolled out of view. This can be in placements like in-app video or slideshows.
- 
NoContentVideo ads that are played without streaming video content. This can be in placements like slideshows, native feeds, in-content or sticky/floating.
- 
StandaloneVideo ads that are played without streaming video content. This can be in placements like slideshows, native feeds, in-content or sticky/floating.
 
- 
- 
Constructor Details- 
Plcmtpublic Plcmt(int value) 
 
- 
- 
Method Details