RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
Public Member Functions
TestRubiconExchangeConnector Struct Reference
Inheritance diagram for TestRubiconExchangeConnector:
RTBKIT::RubiconExchangeConnector RTBKIT::HttpExchangeConnector RTBKIT::ExchangeConnector Datacratic::HttpEndpoint Datacratic::ServiceBase Datacratic::PassiveEndpointT< SocketTransport > Datacratic::EventRecorder Datacratic::PassiveEndpoint Datacratic::EndpointBase Datacratic::Epoller Datacratic::AsyncEventSource

List of all members.

Public Member Functions

 TestRubiconExchangeConnector (const std::string &name, std::shared_ptr< ServiceProxies > proxies)
HttpResponse getCreative (int width, int height, float winPrice, string format) const
virtual void handleUnknownRequest (HttpAuctionHandler &connection, const HttpHeader &header, const std::string &payload) const

Detailed Description

This class extends the standard Rubicon exchange connector with functionality needed for Rubicon's integration test page.

It includes the following extra functionality:

Definition at line 54 of file rubicon_exchange_connector_test.cc.


Member Function Documentation

HttpResponse TestRubiconExchangeConnector::getCreative ( int  width,
int  height,
float  winPrice,
string  format 
) const [inline]

Simple function to return a dynamic creative with the win price rendered in it to demonstrate that the win price was correctly decoded.

Definition at line 66 of file rubicon_exchange_connector_test.cc.


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