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

#include <openrtb.h>

List of all members.

Public Attributes

Id id
 Unique ID identifying the content.
TaggedInt episode
 Episode number of a series.
Utf8String title
 Content title.
Utf8String series
 Content series.
Utf8String season
 Content season.
Url url
 Original content URL.
List< ContentCategorycat
 IAB content category (table 6.1)
VideoQuality videoquality
 Video quality (table 6.14)
CSList keywords
 Content keywords.
string contentrating
 Content rating (eg Mature)
string userrating
 Content user rating (eg 3 stars)
string context
 Content context (table 6.13)
TaggedBool livestream
 Is this being live streamed?
SourceRelationship sourcerelationship
 1 = direct, 0 = indirect
Optional< Producerproducer
 Content producer.
TaggedInt len
 Length of content in seconds.

Detailed Description

3.3.7 Content Object

The content object itself and all of its parameters are optional, so default values are not provided. If an optional parameter is not specified, it should be considered unknown.

This object describes the content in which the impression will appear (may be syndicated or nonsyndicated content). This object may be useful in the situation where syndicated content contains impressions and does not necessarily match the publisher’s general content. The exchange might or might not have knowledge of the page where the content is running, as a result of the syndication method. (For example, video impressions embedded in an iframe on an unknown web property or device.)

Definition at line 899 of file openrtb.h.


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