![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <auction_events.h>
Public Member Functions | |
| void | serialize (ML::DB::Store_Writer &store) const |
| void | reconstitute (ML::DB::Store_Reader &store) |
Public Attributes | |
| Id | auctionId |
| ID of the auction. | |
| Id | adSpotId |
| ID of the adspot. | |
| Date | lossTimeout |
| Time at which a loss is to be assumed. | |
| JsonHolder | augmentations |
| Augmentations active. | |
| std::shared_ptr< BidRequest > | bidRequest |
| Bid request. | |
| std::string | bidRequestStr |
| Bid request as string on the wire. | |
| Auction::Response | bidResponse |
| Bid response that was sent. | |
| std::string | bidRequestStrFormat |
| Format of stringified request(i.e "datacratic") | |
When a submitted bid is transferred from the router to the post auction loop, it looks like this.
Definition at line 33 of file auction_events.h.
1.7.6.1