Vladimir Venediktov
Vladimir Venediktov
- instructions how to build static boost libraries used by our cmake when building vanilla-RTB - upgrade to "Visual Studio 15 2017" and rebuild stack .
- point framework submodule to the latest vanilla-rtb stack - include new submodule http://gitHub.com/vanilla-rtb/extensions - try generating matchers from stubs by vanilla-rtb-extensions generator - for extra credit try generating cmake...
I like your pacing description , I am designing banker + campaign budget type and currently in my examples we separate geo filtering of ads from budget lookup , lookup...
Currently we provided simple general binging code to access C++14 bidder via __main__ function , however for ppl to write logic in JavaScript I think we need the following :...
The format of generators in ```vanilla-rtb``` written in ```Python``` is not compliant to generators rule e.g. Keys fields followed by value fields and required changes in vanilla-rtb python script. We...
- Add endpoint option to command line - Consolidate config.cfg , store it in extensions/etc/config.cfg for all languages
Currently NodeJS bindings only allow to start vanilla-rtb bidder as a library , but it does not provide a callback handler to intercept events from vanilla-rtb bidder nor it provides...
- I think it can be done and it makes more sense to keep more generic name ? - then add ```geo``` targeting to **stubs.go** and try generating bidder with...