-
Notifications
You must be signed in to change notification settings - Fork 102
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
base: main
Are you sure you want to change the base?
Conversation
Protected Audience is part of Google's Privacy Sandbox project. Edge has a different proposal for this particular API, called the Ad Selection API. So the fact that BCD shows both Chrome and Edge as supporting Protected Audience feels wrong. I'll try to find more information to (possibly) fix BCD. |
12398f0
to
f70718d
Compare
status: | ||
compute_from: api.Navigator.getInterestGroupAdAuctionData |
There was a problem hiding this comment.
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)
This is more complicated than I thought. Chrome and Edge basically support the same individual BCD keys (with some exceptions), but the overall feature that these BCD keys contribute to isn't the same in Edge and in Chrome. And there are some caveats, such as runAdAuction which Edge does support for completing server auctions, but not for local auctions. |
Hmm, that's a bit awkward. I found this doc about the API shape to be helpful toward this but not sufficiently detailed. I think what I really need here are IDLs for the two APIs, so we can figure out what constitutes evidence of support for the two features. Even if the API surface is very similar, my hunch is that the difference is in configuration dictionaries that the BCD Collector won't detect (or rather won't do anything with by default). This is likely to be a feature that really demands #1173. |
Yes, that's the right doc.
I've started an ms-internal discussion to try and help here. While the IDLs may be very similar (apart from the ProtectedAudience interface, which won't exist in Edge), I think they will work differently. For example, runAdAuction won't do exactly the same thing in Chrome and in Edge.
Definitely! |
No description provided.