Skip to content

Exchange Connectors

Eric Robert edited this page Aug 8, 2013 · 18 revisions

This page list 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 In validation modality@gmail.com adx
AppNexus In development modality@gmail.com appnexus
Zenovia Digital Exchange In development 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