![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Public Member Functions | |
| CampaignEvent (const std::string &label="", Date time=Date(), const JsonHolder &meta=JsonHolder()) | |
| Json::Value | toJson () const |
| void | serialize (ML::DB::Store_Writer &store) const |
| void | reconstitute (ML::DB::Store_Reader &store) |
Static Public Member Functions | |
| static CampaignEvent | fromJson (const Json::Value &jsonValue) |
Public Attributes | |
| std::string | label_ |
| Date | time_ |
| JsonHolder | meta_ |
Definition at line 112 of file auction_events.h.
1.7.6.1