-
Notifications
You must be signed in to change notification settings - Fork 0
Exchange Connectors
This page lists the exchange connectors that are currently available with the RTBKit distribution. Its goal is also to help RTBKit users to coordinate their efforts by registering their interest in a particular exchange.
Please add your email to the Community Interest column if you're interested by a specific connector. We'll notify you when it's made available.
If you are actually developing a connector for a particular exchange, please update this table with the appropriate information.
For any questions or difficulty updating this page, please contact info@rtbkit.org
| Exchange | Status | Community Interest | Id |
|---|---|---|---|
| Generic OpenRTB | Available | openrtb | |
| Rubicon | Available | rubicon | |
| GumGum | Available | gumgum | |
| Google AdX | Available | adx | |
| AppNexus | In development by modality@gmail.com | appnexus | |
| Zenovia Digital Exchange | In development by dringdahl@zenoviaexchange.com | ||
| In development | fbx | ||
| SpotXchange | In demand | 2 | |
| Nexage | In demand | 2 | |
| Mopub | In demand | 2 |
#Naming
Note that the exchange connector identifier (Id) is used by the router to locate the library and load it when needed. Thus, it needs to follow this pattern:
"lib" + id + "_exchange.so".
For example, the OpenRTB exchange connector lives in libopenrtb_exchange.so.
##Table of Contents
###Developer Documentation
###System Description
###Tutorials
- How to write a bidding agent
- How to write an augmentor
- How to write an exchange connector
- How to write a win cost model
- How to write an ad server connector
- How to write a data logger
- How to configure an Exchange Connector
- Monitoring using graphite
###Internals
###Design Proposals
###Utilities