Class Signals.Plcmt

java.lang.Object
org.prebid.mobile.Signals.Plcmt
Enclosing class:
Signals

public static class Signals.Plcmt extends Object
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 Details

    • InStream

      public static Signals.Plcmt InStream
      Pre-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.
    • AccompanyingContent

      public static Signals.Plcmt AccompanyingContent
      Pre-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.
    • Interstitial

      public static Signals.Plcmt Interstitial
      Video 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.
    • NoContent

      public static Signals.Plcmt NoContent
      Video ads that are played without streaming video content. This can be in placements like slideshows, native feeds, in-content or sticky/floating.
    • Standalone

      public static Signals.Plcmt Standalone
      Video ads that are played without streaming video content. This can be in placements like slideshows, native feeds, in-content or sticky/floating.
  • Constructor Details

    • Plcmt

      public Plcmt(int value)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getValue

      public int getValue()