![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Public Member Functions | |
| Json::Value | toJson () const |
Static Public Member Functions | |
| static Bid | fromJson (const Json::Value &) |
Public Attributes | |
| bool | present |
| Date | time |
| Time at which the bid was placed. | |
| Auction::Price | price |
| Price to bid on. | |
| int | tagId |
| Tag ID (v0.3) | |
| AccountKey | account |
| Account we are bidding with. | |
| bool | test |
| Is this a test bid? | |
| std::string | agent |
| Agent ID who's bidding. | |
| Bids | bids |
| Original bid. | |
| std::string | meta |
| int | creativeId |
| Number of the creative/placement. | |
| std::string | creativeName |
| Name of the creative. | |
| Auction::WinLoss | localStatus |
| What happened in the local auction? | |
Definition at line 166 of file auction_events.h.
| std::string RTBKIT::DeliveryEvent::Bid::meta |
Free form agent information about the bid (Passed back to agent with notification)
Definition at line 182 of file auction_events.h.
1.7.6.1