![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <bid_request.h>
Public Member Functions | |
| AdSpot (OpenRTB::Impression &&imp) | |
| void | fromJson (const Json::Value &val) |
| Json::Value | toJson () const |
| std::string | toJsonStr () const |
| std::string | format () const |
| std::string | firstFormat () const |
| void | serialize (ML::DB::Store_Writer &store) const |
| void | reconstitute (ML::DB::Store_Reader &store) |
Static Public Member Functions | |
| static AdSpot | createFromJson (const Json::Value &json) |
Public Attributes | |
| FormatSet | formats |
| Derived set of formats for the creative. | |
| OpenRTB::AdPosition | position |
| Fold position (deprecated) | |
| Amount | reservePrice |
| Minimum price for the bid request (deprecated) | |
| Tags | tags |
| Tags set on the creative to be filtered by the creative. | |
| TagFilter | tagFilter |
| Filter that filters against the campaign tags. | |
Information about an ad spot that can be bid on.
Definition at line 123 of file bid_request.h.
1.7.6.1