venediktov / vanilla-rtb

Real Time Bidding (RTB) - Demand Side Platform framework

Home Page:http://forkbid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

augment incoming BidRequest implement separate handler in exchange_handler.hpp

venediktov opened this issue · comments

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:

  • user_matching
  • auction ( e.g bidding interface )

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

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