Skip to content

Exchange Connectors

phil gauvin edited this page Sep 3, 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. Users interested in developing a connector for a particular exchange should update this table with the appropriate information. Once a connector has been accepted for inclusion in the RTBKit distribution, its status will be updated accordingly.

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

#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