View Single Post
  #7 (permalink)  
Old 01-11-07
mainlime mainlime is offline
Registered User
 
Join Date: Jul 2007
Posts: 295
Thanks: 0
Thanked 0 Times in 0 Posts
mainlime is an unknown quantity at this point
  Re: Rumoured Facebook Ad network

I imagine it'll be done server side. The cookie will contain a hash value (a very long string of apparently random letters and numbers). The javascript on the web site will pass that hash back to Facebook with a request for an ad. Facebook match the hash to a user profile, pick an appropriate ad and send it back to the browser.

Cookies can't be read from the browser unless they are requested from the same domain that set them in the first place. And anyway without being able to query Facebook's backend database all you would get is a very long set of characters.
Reply With Quote