venediktov / vanilla-rtb

Real Time Bidding (RTB) - Demand Side Platform framework
http://forkbid.com
GNU General Public License v3.0
318 stars 84 forks source link

augment incoming BidRequest implement separate handler in exchange_handler.hpp #17

Closed venediktov closed 7 years ago

venediktov commented 7 years ago

I think the best way is to augment incoming BidRequest is by segregating a call to user_matching in exchange_handler. Basically , having a separate handler:

venediktov commented 7 years ago

We have decided to use decision tree for starters and later adopt pipeline model for this issue / enhancement request.

venediktov commented 7 years ago

it's no longer needed as we have decision router and all augmentation is done outside of exchange handler