![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <auction_events.h>
Public Member Functions | |
| PostAuctionEvent (Json::Value const &json) | |
| Json::Value | toJson () const |
| void | serialize (ML::DB::Store_Writer &store) const |
| void | reconstitute (ML::DB::Store_Reader &store) |
| std::string | print () const |
Public Attributes | |
| PostAuctionEventType | type |
| std::string | label |
| Datacratic::Id | auctionId |
| Datacratic::Id | adSpotId |
| Datacratic::Date | timestamp |
| JsonHolder | metadata |
| AccountKey | account |
| Amount | winPrice |
| UserIds | uids |
| SegmentList | channels |
| Date | bidTimestamp |
Holds an event that was submitted after an auction. Needs to be possible to serialize/reconstitute as early events that haven't yet been matched may need to be saved until they can be matched up.
Definition at line 73 of file auction_events.h.
1.7.6.1