![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
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 |
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.
| 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.
1.7.6.1