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

#include <auction_events.h>

List of all members.

Classes

struct  Bid
struct  Visit
struct  Win

Public Member Functions

Json::Value impressionToJson () const
Json::Value clickToJson () const
Json::Value visitsToJson () const

Static Public Member Functions

static DeliveryEvent parse (const std::vector< std::string > &)

Public Attributes

std::string event
Date timestamp
Id auctionId
Id spotId
int spotIndex
std::shared_ptr< BidRequestbidRequest
std::string augmentations
struct RTBKIT::DeliveryEvent::Bid bid
struct RTBKIT::DeliveryEvent::Win win
CampaignEvents campaignEvents
std::vector< Visitvisits

Detailed Description

Todo:

Annoyingly similar but cleaner version of PAL's FinishedInfo.

The toJson functions are only to preserve the old js interface.

Definition at line 152 of file auction_events.h.


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