Skip to content

Instantly share code, notes, and snippets.

@SlavaMelanko
Last active July 6, 2018 12:08
Show Gist options
  • Save SlavaMelanko/ad380cc16ff860f7e317894db8b15839 to your computer and use it in GitHub Desktop.
Save SlavaMelanko/ad380cc16ff860f7e317894db8b15839 to your computer and use it in GitHub Desktop.
rtb

Workflow in the RTB marketplace

  1. End-user launches a mobile application or visits site, a request will be sent to the ad-exchange
  2. On the ad-eachange side this request will be futher passed to all the bidders who trade in that ad-exchange
  3. Those bidders get the information about device, application, user, ad template and etc, and they need to decide if they can place a bid for this particular request, and if so, how much to bid
  4. Once ad-exchange receives all the responses from bidders it will pick the winner

Win Ratio and Winning Price Estimations

To estimate the winning price in auction, there are in general two high level approaches

  • Machine learning based approach

  • Historical observation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment