or...@google.com, paulj...@chromium.org
https://github.com/WICG/turtledove/pull/780
https://github.com/WICG/turtledove/pull/796
In online ad auctions for ad space, it’s sometimes useful to prevent showing an ad to certain audiences, a concept known as negative targeting. For example, you might not want to show a new customer advertisement to existing customers. New customer acquisition campaigns most often have this as a critical requirement. Protected Audience currently enables ads to target users that have been joined to a given interest group through some past activity on the web. This feature extends Protected Audience to enable negative targeting by allowing new ads to target only those users who have not been joined to a given interest group. In this way, we're enabling advertisers to target new groups of users using the existing privacy-preserving concepts of the Protected Audience API.
The parent proposal, Protected Audience, is still pending: https://github.com/w3ctag/design-reviews/issues/723
Pending
None. This is an optional new feature of the Protected Audience API. Ad techs can use this new feature by specifying values for new fields in the auction config. Without explicit values for those new fields, there's no functional behavioral change as a result of this feature.
Gecko & WebKit: No signal on parent proposal, Protected Audience. Asked in the Mozilla forum here, and in the Webkit forum here.
Web developers: Adtech asked for this via Protected Audience Github issue #319.
Additional bids sent into the auction are visible in their response headers via DevTools. You can determine if the additional bid was sent for scoring by adding a breakpoint in the scoring script in DevTools. Error scenarios, e.g. signature verification errors and joining origin mismatch on negative interest groups - are written to the console. We're considering additional DevTools enhancements to aid additional bids debugging.
It will be supported on all platforms that support Protected Audience, so all but WebView.
We plan to add WPTs to cover this API in the next month.
None
FledgeNegativeTargeting
False
Shipping on desktop and Android in M118.
None related to this feature.
https://chromestatus.com/feature/5021508157571072
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/5ebd44f6-57b2-448f-b32c-87d63acfa471n%40chromium.org.
LGTM1 % landing https://github.com/WICG/turtledove/pull/796.
Please follow up with the WPTs as well.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAOMQ%2Bw_AJmJko%2BzZZLxD%2BN4db5aZzaJ3T%3D7OH0NFLjALxeQm1A%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/5ebd44f6-57b2-448f-b32c-87d63acfa471n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/5ebd44f6-57b2-448f-b32c-87d63acfa471n%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAOMQ%2Bw_AJmJko%2BzZZLxD%2BN4db5aZzaJ3T%3D7OH0NFLjALxeQm1A%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/995abbf0-3a75-40a8-a8cb-4a9491662acfn%40chromium.org.
Hi all,
We have a small delta to this feature we'd like to implement. In our current design, ad techs need to provide a flag, `adAuctionHeaders` on their `fetch()` request. (https://github.com/WICG/turtledove/blob/main/FLEDGE.md#63-http-response-headers) However, we received feedback that some ad techs use iframe navigation instead of a `fetch()`. (https://github.com/WICG/turtledove/issues/319#issuecomment-1766815150) To enable those ad techs to use this feature, we'd like to minimally extend our design to allow those that use iframe navigation to specify an `adAuctionHeaders` attribute on the iframe element that behaves the same as the `adAuctionHeaders` flag on `fetch()` requests.
For more details, please see the PRs we've prepared for the spec - https://github.com/WICG/turtledove/pull/883 - and the explainer - https://github.com/WICG/turtledove/pull/887.
Could you please review and provide LGTMs to ship this delta? Thank you so much!
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/440bdd0c-dcd3-4770-9b69-853dd1e2fa37n%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/01336528-96c6-4963-a97c-1c274f81d243n%40chromium.org.
No concerns. LGTM2
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/c1ff7fae-a577-4452-9477-51b7908cc9b2%40chromium.org.