How Websites Track You

By JoshWP Team| Updated: | ~22 min read| Privacy Research
Browser Privacy Cookies Fingerprinting Ad Tech

Every Click, Cookie, and Canvas: See Exactly How the Web Follows You

A practical, non-technical breakdown of every major method websites use to track you — cookies, storage, fingerprinting, pixels, CNAME cloaking, session replay — with real data, charts, and a realistic plan to take back control without going off-grid.

Quick answer

What is the main way websites track you? Websites track you by combining cookies and device storage (which remember you), third-party scripts and pixels (which follow you across sites), browser fingerprinting (which identifies you without storing anything), and network signals like your IP address. The average page loads dozens of third-party domains, and roughly half of all page requests can go to third parties. No single tool stops everything — but layered defenses (tracking protection, isolated profiles, permission hygiene, and anti-detect browsers for sensitive work) dramatically shrink your traceable surface.

How Websites Track You

0%
of pages across the web load at least one third-party resource (HTTP Archive Web Almanac).
0
median number of third-party domains on a typical page — 66 on top-1,000 sites (Web Almanac 2024).
1 in 286,777
chance that a browser fingerprint was shared in EFF’s landmark uniqueness study.
0%
of all websites run Google Analytics — one tracker watching nearly half the web (W3Techs).
The Data

How Widespread Is Online Tracking?

Tracking is not a fringe practice — it is the default business model of much of the web. Measurements from the HTTP Archive show that around 90–92% of pages load one or more third parties, and the median page in the top million websites contacts 27 third-party domains; among the top 1,000 sites the median jumps to 66. Older Almanac data found that roughly 45–46% of all page requests go to third parties, meaning nearly half of what your browser downloads on many pages is sent to companies you never chose to visit.

Academic censuses agree. UC Berkeley’s Web Privacy Census found that the vast majority of cookies set by the top 100 websites — about 84.7% of third-party hosts — belong to third-party domains, and Princeton’s Web Census measured tracking infrastructure across one million sites, finding a small group of tracking companies present on a huge share of the web.

Tracking prevalence across the web

Sources: HTTP Archive Web Almanac (2024/2025), UC Berkeley Web Privacy Census, W3Techs, IMC ’25 canvas fingerprinting study.

Pages loading ≥1 third party
92%
Top-100 cookie hosts that are third party
84.7%
Websites using Google Analytics
48.1%
Top-20K sites using canvas fingerprinting
12.7%
Websites running Meta Pixel
8.7%

Share of page requests sent to third parties

Source: HTTP Archive Web Almanac (2021), third-party chapter.

45.9%mobile requests are third-party
Mobile
45.1%desktop requests are third-party
Desktop
What this means for youEvery one of those third-party requests is an opportunity for a company to observe your device, your behavior, and your connection. Tracking is not one technology — it is a supply chain. That is why blocking one thing rarely stops identification.
Basics

First-Party vs Third-Party: The Distinction That Explains Everything

A first party is the website you intentionally visit. A third party is any other domain whose code, images, fonts, or scripts load on that page. When you read a news site, the first party is the publisher; the ad exchange, analytics vendor, social widget, and live-chat tool are third parties — and each one can set its own identifiers and log your visit.

This is why browser cookies explained simply always start with this split: a first-party cookie helps a site remember your cart, while a third-party cookie lets an advertiser recognize you on unrelated sites. Modern tracking builds on the same idea with more durable storage and storage-free techniques, which we cover next. If you want the deeper comparison, our guide on cookies vs local storage vs browser fingerprinting breaks down how each identifier survives cleanup.

The Methods

9 Ways Websites Track You (Ranked by How Hard They Are to Stop)

1. Third-party and first-party cookies

Cookies are the original tracker. Third-party cookies power cross-site ad tracking, while first-party cookies handle logins and preferences. Browsers now restrict third-party cookies, but first-party cookies combined with server-side “customer data platforms” keep cross-site attribution alive. The Web Almanac notes the median third-party cookie lives about a full year — these are not session trinkets.

2. Local storage, session storage, and IndexedDB

HTML5 storage lets scripts stash larger, longer-lived identifiers than classic cookies. Unlike cookies, localStorage is not sent with every request, but it can quietly re-seed a “zombie” cookie after you clear browsing data. It dies when you clear site data — which is exactly why trackers pair it with fingerprinting.

3. Browser fingerprinting

Instead of storing an ID on your device, fingerprinting reads your device: user agent, screen resolution, timezone, installed fonts, GPU, and rendered graphics. In EFF’s classic study, only 1 in 286,777 other browsers shared a given fingerprint, and 94.2% of browsers with Flash or Java were unique. A 2025 Internet Measurement Conference paper documented canvas fingerprinting on 12.7% of the top 20,000 sites. Because nothing is stored, there is nothing to delete — which is why browser fingerprinting is considered the most stubborn tracking method.

4. Tracking pixels and invisible beacons

A 1×1 transparent image (or an empty fetch) reports your visit, device, IP-derived location, and timestamp to an analytics or ad server. Pixels are how marketing emails and retargeting ads know you opened, clicked, or converted. They are simple, universal, and reload on every visit.

5. CNAME cloaking (first-party disguise)

Sites map a subdomain like metrics.example.com via CNAME to a tracking vendor, so the tracker’s traffic looks first-party. This defeats naive third-party blocking because, to your browser, the request goes to the site you visited. It is one of the main reasons “block third-party cookies” alone no longer solves tracking.

6. Session replay and behavior analytics

Session-recording scripts capture clicks, scrolls, rage taps, and even form interactions to reconstruct your visit like a video. Useful for UX teams, but it means a vendor observes fine-grained behavior on every page — a behavioral profile far richer than any cookie.

7. Click IDs and URL parameters (gclid, fbclid, msclkid)

When you click an ad or a social post, the destination URL often carries a per-click identifier. The ad platform and the site then sync that ID server-side, tying your click to your on-site behavior without any browser storage at all. Clearing cookies does nothing — the linkage happens on servers.

8. Account and email identity graphs

The most accurate “tracker” is your login. Once you sign in (or submit an email for a discount), hashed emails link your browsing to a persistent identity across the platform’s ad network, partner data brokers, and CRM systems. Research in Scientific Reports found that merely the four most-visited domains in a browsing history were enough to identify 95% of individuals — behavioral patterns alone are nearly as identifying as names.

9. Network-level signals: IP, WebRTC, and DNS

Your IP address reveals your approximate location and ISP and acts as a short-term identifier. WebRTC can expose local network addresses even behind some proxies, which is why understanding WebRTC and browser privacy matters. Unencrypted DNS queries give your ISP (and anyone on-path) a log of every domain you resolve.

Tracking methodWhat it collectsSurvives cookie cleanup?Difficulty to block
Third-party cookiesCross-site identity, ad targetingNoLow
First-party cookiesLogins, carts, site memoryNoLow
Local / session storageRe-seeded IDs, zombie cookiesNo (cleared with site data)Medium
Tracking pixelsPage views, opens, device basicsYes (request-based)Medium
CNAME-cloaked analyticsFull analytics, first-party disguisedPartiallyHigh
Click IDs (gclid/fbclid)Ad-click to on-site behavior syncYes (server-side)High
Session replayClicks, scrolls, form behaviorYes (server-side)Medium
Canvas / WebGL fingerprintingDevice & graphics uniquenessYes (nothing stored)High
IP / WebRTC / DNS signalsNetwork identity, rough locationYesMedium

Persistence vs blockability of each method

Editorial scoring (0–100): higher = more persistent after cleanup / harder to block with standard tools.

Persistence after cleanupDifficulty to block
Cookies
35
20
Local storage
45
25
CNAME cloaking
55
60
Session replay / click IDs
60
45
Fingerprinting
90
80
Simple ruleIf a technique stores something on your device, you can usually delete or block it. If it observes something about your device or happens server-side (fingerprinting, click IDs, identity graphs), you need isolation and identity separation — not just a “clear cookies” button.

Want separate identities instead of one traceable profile?

Anti-detect browsers like Incogniton create isolated browser profiles with distinct fingerprints, cookies, and storage — so your work browsing, ad accounts, and personal life never merge into one trackable identity.

Try Incogniton Free

Affiliate disclosure: we may earn a commission if you purchase through our links, at no extra cost to you.

The Ecosystem

How Ad Networks Stitch It All Together

No single tracker needs to see everything. Ad tech works like a puzzle: an analytics vendor sees your behavior on one site, a social pixel sees you on another, a data broker buys both datasets, and a shared identifier (cookie ID, hashed email, click ID, or fingerprint) snaps the pieces together. This is why a product you viewed once “follows” you across the internet for weeks. Our companion guide on how advertising networks track browsers walks through the ad-exchange auction, identity graphs, and retargeting loop step by step.

Remember the stat from W3Techs: Google Analytics alone is used by 48.1% of all websites (over 83% market share of known analytics), and Meta’s Pixel sits on 8.7% of sites. Two ecosystems observing nearly half the web is precisely the infrastructure that makes stitched profiles possible.

Reality Check

Tracking Myths vs Reality

MythReality
“Incognito mode stops websites from tracking me.”Incognito only keeps history and cookies off your device. Sites, trackers, and your network still see you normally. See what incognito mode actually does.
“A VPN makes me untrackable.”A VPN masks your IP but leaves cookies, logins, and fingerprints untouched — trackers simply switch to the other signals.
“Clearing cookies fixes everything.”Fingerprinting, click IDs, and account graphs survive cookie cleanup; localStorage can even resurrect deleted cookies.
“Fingerprinting is rare and exotic.”Canvas fingerprinting alone was measured on 12.7% of the top 20K sites (IMC ’25), and fingerprint-adjacent scripts are mainstream in ad fraud and analytics tooling.
“Small sites don’t track.”Small sites embed the same Google/Meta/analytics stack as everyone else — tracking is inherited from third-party code, not site size.
Audit

See What Is Tracking You Right Now

You cannot fix what you cannot see. A 15-minute audit tells you which of the nine methods above are active on the sites you use daily:

  • EFF Cover Your Tracks — shows how unique your browser looks to fingerprinters.
  • WhoTracks.me / tracker dashboards — look up which trackers a domain loads.
  • Browser DevTools → Network tab — filter by “third-party” and watch how many domains a single page contacts.
  • Site settings / permissions panel — review which sites hold camera, location, and microphone access.
  • Extension audit — remove anything unmaintained; some “free” extensions monetize by injecting trackers, as we cover in malicious browser extensions.

Then test how identifiable you are with our walkthrough on how to check your browser fingerprint — it takes five minutes and is usually the moment people realize how much their device “stands out.”

Protection

How to Reduce Tracking (Without Going Off-Grid)

  1. Enable strict tracking protection in your daily browser to block known third-party trackers and fingerprinting scripts.
  2. Separate your identities. Use different browser profiles for work, personal, and “deal-hunting” browsing so cookies and behavior never merge. If you manage multiple accounts or need genuinely distinct digital identities, an anti-detect browser adds per-profile fingerprint control that normal profiles cannot.
  3. Tighten permissions. Most sites do not need your location or microphone — our browser permissions explained guide shows the safe defaults.
  4. Strip click IDs. Remove gclid/fbclid parameters (manually or with a link-cleaner extension) before browsing after ad clicks.
  5. Log out and use aliases. Browsing logged-out with an email alias for signups starves identity graphs of their best fuel.
  6. Use encrypted DNS / HTTPS everywhere so your ISP sees domains but not page-level activity.
  7. Re-audit quarterly. Tracking tech evolves; your defenses should too.

Layer your defense: blocker + isolated profiles

Tracker blockers handle cookies and pixels; isolated, fingerprint-managed profiles handle the rest. Incogniton gives you both workflows in one place — spin up a clean profile for anything sensitive and keep your main identity boring and uninteresting to data brokers.

Get Incogniton — Create Isolated Profiles

Affiliate disclosure: we may earn a commission if you purchase through our links, at no extra cost to you.

Action Plan

The 10-Minute Privacy Pass Checklist

  • Ran a third-party audit (DevTools or tracker dashboard) on my 5 most-visited sites.
  • Turned on strict tracking protection / tracker blocking in my daily browser.
  • Cleared old cookies and site data; set cookies to expire on quit where practical.
  • Reviewed and revoked unused site permissions (location, camera, mic).
  • Removed or disabled browser extensions I no longer actively use.
  • Created separate profiles for work vs personal vs shopping browsing.
  • Tested my fingerprint with EFF Cover Your Tracks and noted the result.
  • Stripped ad click IDs (gclid/fbclid) from links before continuing to browse.
  • Switched sensitive research to an isolated / anti-detect profile.
  • Set a quarterly calendar reminder to repeat this pass.
FAQs

Frequently Asked Questions About Web Tracking

Can websites track me without cookies?
Yes. Fingerprinting reads your device’s characteristics instead of storing an ID, tracking pixels log requests server-side, and click IDs tie ad clicks to behavior without any browser storage. Cookies are only one of at least nine common methods.
Does incognito mode stop websites from tracking me?
No. Incognito prevents your local device from saving history and long-term cookies. The websites themselves, their third-party scripts, and your network provider still observe the session normally.
Will a VPN stop fingerprinting?
No. A VPN changes your IP address and encrypts transit, but your browser still reports the same screen, fonts, GPU, timezone, and user agent. Fingerprinters simply ignore the IP and use the rest.
Is fingerprinting worse than cookies?
In one key way, yes: there is nothing to delete. A cookie can be cleared; a fingerprint is recomputed on every visit. That is why EFF’s research found fingerprints unique among hundreds of thousands of browsers.
Do tracker blockers break websites?
Occasionally. Strict blocking can break embedded comments, payments, or logins that rely on third-party scripts. The practical fix is per-site allow-listing for sites you trust, not disabling protection globally.
Should I care about tracking if I have “nothing to hide”?
Tracking is not just about secrets — it is about leverage. Behavioral profiles influence the prices, ads, news, and offers you see. Pew-style surveys consistently show most people feel tracked online and uncomfortable with the data economy; minimizing your traceable surface is simply good digital hygiene.
References

Sources and Research Notes

Statistics and measurements cited in this article come from public research. Tracker prevalence and browser features change often, so treat figures as directional snapshots.

  1. HTTP Archive Web Almanac — Third Parties (2024/2025): ~92% of pages load third parties; median of 27 third parties (66 for top-1,000 sites).
  2. HTTP Archive Web Almanac — Third Parties (2021): 45.9% of mobile and 45.1% of desktop requests are third-party.
  3. W3Techs — Traffic Analysis Tools Usage: Google Analytics used by 48.1% of all websites; Meta Pixel on 8.7% of sites.
  4. EFF — Cover Your Tracks / “How Unique Is Your Web Browser?”: fingerprint unique among 286,777 browsers; 94.2% uniqueness with Flash/Java.
  5. UC Berkeley Law — Web Privacy Census: ~84.7% third-party hosts among cookies on top-100 sites.
  6. Princeton Web Transparency Project — Online tracking: A 1-million-site measurement.
  7. IMC ’25 — Characterizing Canvas Fingerprinting Use Across the Web: canvas fingerprinting on 12.7% of top-20K sites.
  8. Scientific Reports — Browsing behavior exposes identities on the Web: four most-visited domains identify 95% of individuals.

Share this:

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *