![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <openrtb.h>
Public Attributes | |
| Id | id |
| Exchange specific data prov ID. | |
| string | name |
| Data provider name. | |
| vector< Segment > | segment |
| Segment of data. | |
| string | usecostcurrency |
| Datacratic Extensions. | |
| TaggedFloat | datausecost |
| Cost of using the data (CPM) | |
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.
1.7.6.1