Skip to content

Exchange Connectors

alexmerwin13 edited this page Oct 24, 2013 · 18 revisions

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
Facebook 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.

Clone this wiki locally