Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing updateAdInterestGroups() explainer language #1166

Merged
merged 1 commit into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion FLEDGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,14 @@ group update only contains information from a single site, the cross-site identi
join risks occur from side channels like IP address and timing correlation. The
k-anonymity protection for the auction winning ad [creative](https://developer.chrome.com/en/docs/privacy-sandbox/glossary/#ad-creative) URL is still important as
the URL potentially contains information from two sites, the joining and auction
sites.
sites. A [navigator.updateAdInterestGroups()](https://wicg.github.io/turtledove/#dom-navigator-updateadinterestgroups)
API is available to trigger updating interest groups owned by the calling origin.
Similar to after-auction-updates, at a later date we may apply additional privacy
enhancements, like IP address privacy or delays, to updates triggered by
updateAdInterestGroups(). The calling origin is required to have its
[site](https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site) (scheme,
eTLD+1) attested for Protected Audience API. Please see
[the Privacy Sandbox enrollment attestation model](https://github.com/privacysandbox/attestation#the-privacy-sandbox-enrollment-attestation-model).

The `executionMode` attribute is optional, and may contain one of the following supported values:

Expand Down
Loading