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

#include <openrtb.h>

List of all members.

Public Attributes

Id id
 Exchange specific data prov ID.
string name
 Data provider name.
vector< Segmentsegment
 Segment of data.
string usecostcurrency
 Datacratic Extensions.
TaggedFloat datausecost
 Cost of using the data (CPM)

Detailed Description

3.3.13 Data Object

The data and segment objects together allow data about the user to be passed to bidders in the bid request. This data may be from multiple sources (e.g., the exchange itself, third party providers) as specified by the data object ID field. A bid request can mix data objects from multiple providers.

The data 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.

Definition at line 1114 of file openrtb.h.


Member Data Documentation

Datacratic Extensions.

Currency of use cost

Definition at line 1120 of file openrtb.h.


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