When a user lands on a site whose inventory is sold through an exchange, what happens? How do exchanges integrate and apply targeting data from a data provider/data exchange? How do they handle all of this in a handful of milliseconds?
The process is fairly expensive, from a latency perspective.
Here is what goes on:
Hope that helps!
The guys over at Pubmatic have a good white paper about this, if you are interested in learning more.
Here is what goes on:
- The real-time-bidding (RTB) platform receives an HTTP request from the user.
- It then reaches out to its bidders (ad networks) while providing all the necessary context (user segmentation, site information, other metadata), over HTTP.
- The bidders (each) get this context, make a micro decision about the impression in concern in real-time, and respond back with a Yea or Nay. If Yea, they also submit a price they are willing to pay for that impression (generally CPM, at this stage).
- The RTB platform gets all the bids and chooses a winner based on its decision algorithm. I would imagine most cases it is price-based, unless there are bilateral arrangements.
- The user is then issued a HTTP redirect to the ad network who won the bid.
- The ad network serves the ad.
Hope that helps!
The guys over at Pubmatic have a good white paper about this, if you are interested in learning more.
No comments:
Post a Comment