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

#include <auction_events.h>

List of all members.

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< BidRequestbidRequest
 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")

Detailed Description

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.


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