![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <auction_events.h>
Public Member Functions | |
| Json::Value | toJson () const |
Static Public Member Functions | |
| static Win | fromJson (const Json::Value &) |
Public Attributes | |
| bool | present |
| Date | time |
| Time at which win received. | |
| BidStatus | reportedStatus |
| Whether we think we won it or lost it. | |
| Amount | price |
| Win price. | |
| std::string | meta |
| Metadata from win. | |
Contains the metadata suround the wins.
Definition at line 197 of file auction_events.h.
1.7.6.1