← Back to release summary

Private Aggregation API

Category
Miscellaneous
Type
New or changed feature
Status
Enabled by default (Chrome 115)
Intent stage
Prepare to ship

Summary

A generic mechanism for measuring aggregate, cross-site data in a privacy preserving manner. The potentially identifying cross-site data is encapsulated into "aggregatable reports". To prevent leakage, this data is encrypted, ensuring it can only be processed by the aggregation service. During processing, this service will add noise and impose limits on how many queries can be performed.

Motivation

Relative to cross-site data from each user, aggregate, noisy data can leak less information about individual users, and yet would be sufficient for a wide range of use cases that rely on third-party cookies today. An aggregation service has been proposed to allow reporting noisy, aggregated cross-site data. This service was originally proposed for use by the Attribution Reporting API, but allowing more general aggregation would support additional use cases.

Standards & signals

Explainers: https://github.com/patcg-individual-drafts/private-aggregation-api

View on chromestatus.com