RTB4FREE is an enterprise strength bidding platform for RTB based digital advertising. RTB4FREE has the following functionality:
- Campaign management
- Data management (DMP) capability
- Bidding using many different strategies
- Analytics on historical media and pricing information
The RTB4FREE organization on Github contains all of the repos to run a fully scalable system.
The RTB4FREE/rtb4free repo is where all RTB4FREE user documentation, developer documentation, and API explorer documentation live.
To view the documentation, navigate to:
https://rtb4free.readthedocs.io/en/latest/
To build a local copy of the RTB4FREE documentation, follow these steps:
Make a local directory and clone this repo:
mkdir rtb4free
cd rtb4free
git clone git@github.com:switzer/rtb4free.git
cd rtb4free
Build the user documentation, which is built on Sphinx and ReadTheDocs
cd docs
make html
This will build HTML doc in the rtb4free/docs/_build/html
directory. Open the index.html
file to view the documentation on your local system.