How browsers get to know you in milliseconds

/how-browsers-get-to-know-you-in-millise

  • How browsers get to know you in milliseconds via @hlc
    http://radar.oreilly.com/2014/12/how-browsers-get-to-know-you-in-milliseconds.html

    A small technological marvel occurs on almost every visit to a web page. In the seconds that elapse between the user’s click and the display of the page, an ad auction takes place in which hundreds of bidders gather whatever information they can get on the user, determine which ads are likely to be of interest, place bids, and transmit the winning ad to be placed in the page.

    How can all that happen in approximately 100 milliseconds? Let’s explore the timeline and find out what goes on behind the scenes in a modern ad auction. Most of the information I have comes from two companies that handle different stages of the auction: the ad exchange AppNexus and the demand side platform Yashi. Both store critical data in an Aerospike database running on flash to achieve sub-second speeds.

    The cast of characters in an ad auction are:

    – The user
    – The web server being visited
    – An exchange, such as AppNexus (a few big sites such as Facebook and Google have their own exchanges)
    – A bidder or Demand Side Platform (DSP), such as Yashi
    – Third-party sites that collect demographic and behavioral data on users (e.g., what we shop for)
    – Advertisers

    #publicité #cookies #fingerprinting etc. #temps_réel