![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <auction.h>
Public Member Functions | |
| Response (Price price=NONE, int tagId=-1, const AccountKey &account=AccountKey(), bool test=true, std::string agent="", std::string bidData="", std::string meta="null", std::shared_ptr< const AgentConfig > agentConfig=std::shared_ptr< const AgentConfig >(), const SegmentList &visitChannels=SegmentList(), int agentCreativeIndex=-1) | |
| Json::Value | toJson () const |
| std::string | toJsonStr () const |
| void | serialize (ML::DB::Store_Writer &store) const |
| void | reconstitute (ML::DB::Store_Reader &store) |
| bool | valid () const |
Static Public Member Functions | |
| static std::string | print (WinLoss wl) |
Public Attributes | |
| 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. | |
| std::string | bidData |
| Data that the bidder wants to keep. | |
| std::string | meta |
| int | creativeId |
| Number of the creative/placement. | |
| std::string | creativeName |
| Name of the creative. | |
| WinLoss | localStatus |
| What happened in the local auction? | |
| std::shared_ptr< const AgentConfig > | agentConfig |
| SegmentList | visitChannels |
| int | agentCreativeIndex |
| bool RTBKIT::Auction::Response::valid | ( | ) | const |
Is this a valid response?
Definition at line 107 of file auction.cc.
| std::shared_ptr<const AgentConfig> RTBKIT::Auction::Response::agentConfig |
| std::string RTBKIT::Auction::Response::meta |
1.7.6.1