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

List of all members.

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?

Detailed Description

Definition at line 166 of file auction_events.h.


Member Data Documentation

Free form agent information about the bid (Passed back to agent with notification)

Definition at line 182 of file auction_events.h.


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