RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Static Public Member Functions | Public Attributes
RTBKIT::BidResult Struct Reference

#include <bids.h>

List of all members.

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< BidRequestrequest
 > ???
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

Detailed Description

Message sent to the agents containing the result of one of their bid. See BidStatus for the various messages that struct could represent.

Definition at line 121 of file bids.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator