WebmasterID logoWebmasterID
Privacy & compliance

Storage partitioning and CHIPS

Storage partitioning keys client-side storage (cookies, localStorage, caches) by the top-level site, so an embedded third party cannot use the same storage to recognise a user across different sites. CHIPS (Cookies Having Independent Partitioned State) lets a cookie opt into per-site partitioned storage. This page explains both and their effect on analytics.

Verified against primary sources

What partitioning does

Historically, an embedded third party could read and write the same storage on every site it appeared on, enabling cross-site recognition. Storage partitioning changes the key so storage is scoped to the combination of the embedded origin and the top-level site. The same widget on two different sites now gets two separate storage partitions and cannot link a user between them.

Where CHIPS fits

CHIPS provides a controlled exception for legitimate per-site use of third-party cookies: a cookie set with the Partitioned attribute gets its own jar tied to the top-level site, so it works within that site but cannot be reused to track across sites. This supports use cases like embedded sub-resources or per-site session state without re-enabling cross-site tracking.

How it appears in analytics and logs

Missing cross-site continuity for an embedded tool often reflects storage partitioning, not a bug — its storage is now separate per top-level site.

Diagnostic use case

Understand why embedded or third-party analytics may no longer share state across sites, and how a partitioned (CHIPS) cookie can still function within a single top-level site.

What WebmasterID can help detect

WebmasterID measures first-party within a single site, so storage partitioning does not degrade its counts — it never depended on cross-site shared storage.

Common mistakes

Privacy and accuracy notes

This page is educational and not legal advice. Partitioning limits cross-site recognition but does not by itself establish a lawful basis for any processing.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.