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::PostAuctionEvent Struct Reference

#include <auction_events.h>

List of all members.

Public Member Functions

 PostAuctionEvent (Json::Value const &json)
Json::Value toJson () const
void serialize (ML::DB::Store_Writer &store) const
void reconstitute (ML::DB::Store_Reader &store)
std::string print () const

Public Attributes

PostAuctionEventType type
std::string label
Datacratic::Id auctionId
Datacratic::Id adSpotId
Datacratic::Date timestamp
JsonHolder metadata
AccountKey account
Amount winPrice
UserIds uids
SegmentList channels
Date bidTimestamp

Detailed Description

Holds an event that was submitted after an auction. Needs to be possible to serialize/reconstitute as early events that haven't yet been matched may need to be saved until they can be matched up.

Definition at line 73 of file auction_events.h.


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