RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Static Public Member Functions | Public Attributes
RTBKIT::Bids Struct Reference

#include <bids.h>

Inheritance diagram for RTBKIT::Bids:
compact_vector

List of all members.

Public Member Functions

Json::Value toJson () const

Static Public Member Functions

static Bids fromJson (const std::string &raw)

Public Attributes

std::set< std::string > dataSources

Detailed Description

Vector that contains a Bid entry for each imp that are available for bidding.

Todo:
The interface for this could be vastly improved and shared with the router which currently manually parses the json response.

Definition at line 101 of file bids.h.


Member Data Documentation

std::set<std::string> RTBKIT::Bids::dataSources

Indicates which data sources were used to make the bid decisions.

Part of an extension to the OpenRTB specs.

Definition at line 107 of file bids.h.


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