-
Notifications
You must be signed in to change notification settings - Fork 0
Exchange Connectors
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 | Available | adx | |
| AppNexus | In development by modality@gmail.com | appnexus | |
| Zenovia Digital Exchange | In development by dringdahl@zenoviaexchange.com | ||
| 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.
##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