RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Attributes
OpenRTB::Video Struct Reference

#include <openrtb.h>

List of all members.

Public Attributes

List< MimeTypemimes
 Content MIME types supported.
VideoLinearity linearity
 Whether it's linear or not (table 6.6)
TaggedInt minduration
 Minimum ad duration in seconds.
TaggedInt maxduration
 Maximum ad duration in seconds.
List< VideoBidResponseProtocolprotocol
 Bid response protocols (table 6.7)
TaggedInt w
 Width of player in pixels.
TaggedInt h
 Height of player in pixels.
TaggedInt startdelay
 Starting delay in seconds for placement (table 6.9)
TaggedIntDef< 1 > sequence
 Which ad number in the bid request.
List< CreativeAttributebattr
 Which creative attributes are blocked.
TaggedIntDef< 0 > maxextended
 Max extended video ad duration.
TaggedInt minbitrate
 Minimum bitrate for ad in kbps.
TaggedInt maxbitrate
 Maximum bitrate for ad in kbps.
TaggedBoolDef< 1 > boxingallowed
 Is letterboxing allowed.
List< VideoPlaybackMethodplaybackmethod
 Available playback methods.
List< ContentDeliveryMethoddelivery
 Available delivery methods.
AdPosition pos
 Ad position (table 6.5)
vector< Bannercompanionad
 List of companion banners available.
List< ApiFrameworkapi
 List of supported API frameworks (table 6.4)

Detailed Description

3.3.4 Video Object

The “video” object must be included directly in the impression object if the impression offered for auction is an in-stream video ad opportunity.

Note that for the video object, many of the fields are non-essential for a minimally viable exchange interfaces. These parameters do not necessarily need to be specified to the bidder, if they are always the same for all impression, of if the exchange chooses not to supply the additional information to the bidder.

Definition at line 793 of file openrtb.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator