![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <bids.h>
Static Public Member Functions | |
| static BidResult | parse (const std::vector< std::string > &msg) |
| > Original Augmentations sent with the request | |
Public Attributes | |
| BidStatus | result |
| double | timestamp |
| > Result of our bid | |
| Id | auctionId |
| > Time at which the event occured | |
| int | spotNum |
| > Unique auction id for the original bid | |
| Amount | secondPrice |
| > Spot index into the bidRequest.imp or ourBid | |
| std::string | confidence |
| > Depends on result from router or the exchange | |
| std::shared_ptr< BidRequest > | request |
| > ??? | |
| Bids | ourBid |
| > Original request we bid on | |
| Json::Value | metadata |
| > Original bids that was placed | |
| Json::Value | augmentations |
| > Metadata that was attached to the bid | |
Message sent to the agents containing the result of one of their bid. See BidStatus for the various messages that struct could represent.
1.7.6.1