LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

How does Google's Topics API enable interest-based advertising without cross-site tracking?

The browser locally derives 3–5 weekly interest "topics" from your browsing (from ~350 predefined categories), stores them for only 3 weeks, and shares only a topic — not an identifier — with sites via document.browsingTopics().

Browser derives weekly topics, keeps them on-device for 3 weeks, shares only a topic label per query.

* The Topics API flow: interests derived and held on-device, only a topic label shared. *

How it works:

  1. Topic derivation — the browser picks 3–5 main interests per week from ~350 categories (Sport, Tech, Travel…), based on your surfing
  2. Privacy & control — topics are stored locally for only 3 weeks, then auto-deleted; nothing is sent to Google servers; users can view, delete topics, or disable the API
  3. Ad delivery — sites query current topics via document.browsingTopics() and show relevant ads

Example: you visit cooking blogs → the browser assigns "Cooking" → a shopping site shows kitchen-appliance ads — without anyone tracking you across sites.

The key shift: instead of a unique cross-site identifier, advertisers get a coarse interest label generated and controlled on-device. (Caveat — see the cookieless-future card: research shows Topics can still contribute to re-identification when combined with fingerprinting.)

Go deeper:

From Quiz: PRIVACY / Web Tracking | Updated: Jul 05, 2026