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 protected-audience feature #2635

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
draft_date: 2025-01-20
name: Protected Audience (formerly FLEDGE)
description: TODO
name: Protected Audience
description: The Protected Audience API facilitates advertisement sales by allowing sites to register users as part of an interest group or to choose which ads appear based on those interest groups, while minimizing the ability of advertisers to track specific members of the interest group. Also known as FLEDGE.
spec: https://wicg.github.io/turtledove/
status:
compute_from: api.Navigator.getInterestGroupAdAuctionData
Comment on lines +4 to +5
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit awkward. It might be nice to unset this when Chrome 134 hits stable.

See also #2638 (comment)

compat_features:
- api.HTMLIFrameElement.adAuctionHeaders
- api.Navigator.canLoadAdAuctionFencedFrame
Expand All @@ -16,3 +17,4 @@ compat_features:
- api.Navigator.updateAdInterestGroups
- api.ProtectedAudience
- api.ProtectedAudience.queryFeatureSupport
- api.SharedStorageWorkletGlobalScope.interestGroups
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated from: turtledove.yml
# Generated from: protected-audience.yml
# Do not edit this file by hand. Edit the source file instead!

status:
Expand Down Expand Up @@ -45,3 +45,7 @@ compat_features:
# chrome_android: "132"
# edge: "132"
- api.Navigator.getInterestGroupAdAuctionData

# baseline: false
# support: {}
- api.SharedStorageWorkletGlobalScope.interestGroups