Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>When an HTML page is downloaded the browser parses the page and looks for additional resources needed to display the page, such as images. For each image it finds the browser makes another request to a server in the background. When servers receive requests, they usually log the request to monitor load on the server, and record information about who sent the request and where it came from. A web beacon is a tiny invisible graphic that generates a request to the tracking firm's server. They record the request in their logs and then analyze their logs to see who went where and did what and when.</p> <p>When returning the image from their servers to the browser, they can also send down information to be added to a cookie. There are third-party cookies that can be tracked across domains. If you come back to the site, and the beacon request is made again, that cookie will also be sent up in the request to the server and the tracking firm will have more information about you.</p> <p>Think about this. Even though you are visiting <strong><em>myfavoritesite.com</em></strong> the web beacon image is being requested from <strong><em>trackers.com</em></strong>. The cookie they create is assigned/locked to their domain, trackers.com. But if you then surf over to <strong><em>myotherfavoritesite.com</em></strong>, and they too are sending web beacons to <strong><em>trackers.com</em></strong>, the cookie will essentially be shared between the two sites. There are more considerations here, but that is the basic premise.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload