[blink-dev] Intent to Extend Experiment: Protected Audience Bidding & Auction Services

2024-06-20 Thread 'Russ Hamilton' via blink-dev
Contact emails

pauljen...@chromium.org, behamil...@google.com

Explainer

Chrome:
https://github.com/WICG/turtledove/blob/main/FLEDGE_browser_bidding_and_auction_API.md

Services:
https://github.com/privacysandbox/fledge-docs/blob/main/bidding_auction_services_api.md

Note that this explainer has a helpful onboarding section

for setting up the services.

Specification

A work-in-progress pull request

on the Protected Audience spec 
describes some of the changes to the W3C spec. We are reaching out to the
IETF ART Area Directors for assistance beginning the standardization
process for some of the server-side aspects of this API.

Summary

We propose extending the Bidding and Auction Services origin trial
currently operating on 1% stable.

Recent changes:

   -

   Prompted by developer concerns about scalability, we have recently added
   support in M127 for limiting the size of the Bidding and Auction request
   payload
   -

   We also added controls to enable sellers to select which buyers are
   included in the payload when it doesn’t affect the outwardly visible size
   of the encrypted data.
   -

   Additionally the Bidding and Auction server has recently added support
   for features such as buyerReportingId and bid currency.

We have decided to extend the experiment to give developers time to
experiment with the new features. We would like to request extending the
end milestone from M127 to M130.

Blink component

Blink>InterestGroups


TAG review

For Protected Audience: https://github.com/w3ctag/design-reviews/issues/723

TAG review status

Completed for Protected Audience, resolved unsatisfied.

Interoperability and CompatibilityGecko & WebKit: No signal on parent
proposal, Protected Audience.  Asked in the Mozilla forum here
, and in the
Webkit forum here 
.Edge: Microsoft has proposed their Ad Selection API (
https://github.com/WICG/privacy-preserving-ads/
) as a similar
TEE on-server auction API. That API looks like it would have an identical
Web Platform API as the Bidding and Auction Services API. We have biweekly
meetings with Microsoft, and are open to collaborating on specifying the
API.

WPT Tests

We have started to implement some tests
, but
work is still ongoing.
Link to entry on the Chrome Platform Status

https://chromestatus.com/feature/4649601971257344

Links to previous Intent discussions

Intent to prototype:
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABQTWrnSdvf7RgK2wxsmC6rWc8eRoqDZOvgwVFuEx1r2nqmAJg%40mail.gmail.com

Intent to Experiment:

https://groups.google.com/a/chromium.org/g/blink-dev/c/2bwMHd3Yz7I


Intent to Extend Experiment:

https://groups.google.com/a/chromium.org/g/blink-dev/c/2bwMHd3Yz7I/m/xaJHFJ_uAAAJ

Thanks,

–Benjamin “Russ” Hamilton

-- 
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+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAAG-DU3Ky83otUFvoD%3DnwmAWz%2Be%2BrPLjiDVnjDhKmHTOYVab7g%40mail.gmail.com.


Re: [blink-dev] Intent to Extend Experiment: Protected Audience Bidding & Auction Services

2024-04-12 Thread Mike Taylor

Thanks Russ.

LGTM to extend another 3 milestones. I would like to see draft 
specifications and progress on making this testable via WPTs, at the 
very least, before any further extensions are requested.


On 4/12/24 2:52 PM, Russ Hamilton wrote:


To follow up on my previous email, I’d like to add some more details 
to clarify the state and progress of the Origin Trial:


In the past 6  months the server has added support for event-level 
reporting, multiple coordinators, currencies, multi-seller auctions, 
and hybrid on-device/on-server Protected Audience auctions. We've made 
20+ changes to Chrome in the past 6 months to support new features for 
Bidding and Auction Services and address issues discovered during 
testing.


The discussions needed to begin the specification work represent 
significant progress relative to where we were before, as now we have 
a plan and work has started on implementation.


The TAG review for Protected Audience finished in February.

Although we haven't heard from Webkit 
or Gecko 
, Microsoft 
has proposed their Ad Selection API 
(https://github.com/WICG/privacy-preserving-ads/tree/main 
) as a 
similar TEE on-server auction API. That API looks like it would have 
an identical Web Platform API as the Bidding and Auction Services API. 
We have biweekly meetings with Microsoft, and are open to 
collaborating on specifying the API.


Although we don't have WPT, we have been working on integration 
testing with the existing implementation. Also, there is a substantial 
barrier to writing effective WPTs in our case due to the use of Hybrid 
Public Key Encryption (HPKE) in sending requests and responses. That 
said, we are thinking about ways to extend WPTs to make it possible to 
improve test coverage.



On Fri, Apr 12, 2024 at 1:24 PM Mike Taylor  
wrote:


Russ and I had a conversation offline about the progress here -
mind summarizing, Russ?

On 4/9/24 4:12 PM, Russ Hamilton wrote:



Specification

We are just beginning writing the spec. We're drafting a
WICG spec for the browser components and an IETF spec for the
server interface.



TAG review

For Protected Audience:
https://github.com/w3ctag/design-reviews/issues/723
.


TAG review status

Completed for Protected Audience, resolved unsatisfied.


Interoperability and Compatibility


Gecko & WebKit: No signal on parent proposal, Protected Audience.
Asked in the Mozilla forumhere
, and
in the Webkit forum here
.


*WPT Tests*

*
*

We have not started on WPT tests for this feature.



On Mon, Apr 8, 2024 at 11:40 AM Mike Taylor
 wrote:

Hi Russ,

Could you summarize progress on the following, per the
extension process:

Draft spec (early draft is ok, but must be spec-like and
associated with the appropriate standardization venue, or WICG)
TAG review
bit.ly/blink-signals  requests
Outreach for feedback from the spec community
WPT tests

I recognize some of this is touched on in your email - but
having it explicitly in one spot would be helpful, thanks.

On 4/4/24 12:19 PM, 'Russ Hamilton' via blink-dev wrote:



Contact emails

pauljen...@chromium.org, behamil...@google.com


Explainer

Chrome:

https://github.com/WICG/turtledove/blob/main/FLEDGE_browser_bidding_and_auction_API.md



Services:

https://github.com/privacysandbox/fledge-docs/blob/main/bidding_auction_services_api.md



Note that this explainer has a helpful onboarding section

for
setting up the services.


Specification

Influenced by Origin Trial feedback, so work has just
started.  Protected Audience auctions running on Bidding &
Auction Services provide functionality very similar to
existing on-device auctions so much of the existing spec
applies.


Summary

We propose extending the Bidding and Auction Services origin
trial currently operating on 1% stable. We have decided to
extend the experiment given developers need more time to

Re: [blink-dev] Intent to Extend Experiment: Protected Audience Bidding & Auction Services

2024-04-12 Thread 'Russ Hamilton' via blink-dev
To follow up on my previous email, I’d like to add some more details to
clarify the state and progress of the Origin Trial:

In the past 6  months the server has added support for event-level
reporting, multiple coordinators, currencies, multi-seller auctions, and
hybrid on-device/on-server Protected Audience auctions. We've made 20+
changes to Chrome in the past 6 months to support new features for Bidding
and Auction Services and address issues discovered during testing.

The discussions needed to begin the specification work represent
significant progress relative to where we were before, as now we have a
plan and work has started on implementation.

The TAG review for Protected Audience finished in February.

Although we haven't heard from Webkit
 or Gecko
, Microsoft has
proposed their Ad Selection API (
https://github.com/WICG/privacy-preserving-ads/tree/main) as a similar TEE
on-server auction API. That API looks like it would have an identical Web
Platform API as the Bidding and Auction Services API. We have biweekly
meetings with Microsoft, and are open to collaborating on specifying the
API.

Although we don't have WPT, we have been working on integration testing
with the existing implementation. Also, there is a substantial barrier to
writing effective WPTs in our case due to the use of Hybrid Public Key
Encryption (HPKE) in sending requests and responses. That said, we are
thinking about ways to extend WPTs to make it possible to improve test
coverage.

On Fri, Apr 12, 2024 at 1:24 PM Mike Taylor  wrote:

> Russ and I had a conversation offline about the progress here - mind
> summarizing, Russ?
> On 4/9/24 4:12 PM, Russ Hamilton wrote:
>
> Specification
> We are just beginning writing the spec. We're drafting a WICG spec for the
> browser components and an IETF spec for the server interface.
>
> TAG review
>
> For Protected Audience:
> https://github.com/w3ctag/design-reviews/issues/723.
>
>
> TAG review status
>
> Completed for Protected Audience, resolved unsatisfied.
>
>
> Interoperability and Compatibility
>
>
> Gecko & WebKit: No signal on parent proposal, Protected Audience.  Asked
> in the Mozilla forum here
> , and in the
> Webkit forum here
> .
>
>
> *WPT Tests*
>
>
> We have not started on WPT tests for this feature.
>
>
> On Mon, Apr 8, 2024 at 11:40 AM Mike Taylor 
> wrote:
>
>> Hi Russ,
>>
>> Could you summarize progress on the following, per the extension process:
>>
>> Draft spec (early draft is ok, but must be spec-like and associated with
>> the appropriate standardization venue, or WICG)
>> TAG review
>> bit.ly/blink-signals requests
>> Outreach for feedback from the spec community
>> WPT tests
>>
>> I recognize some of this is touched on in your email - but having it
>> explicitly in one spot would be helpful, thanks.
>> On 4/4/24 12:19 PM, 'Russ Hamilton' via blink-dev wrote:
>>
>> Contact emails
>>
>> pauljen...@chromium.org, behamil...@google.com
>>
>> Explainer
>>
>> Chrome:
>> https://github.com/WICG/turtledove/blob/main/FLEDGE_browser_bidding_and_auction_API.md
>>
>> Services:
>> https://github.com/privacysandbox/fledge-docs/blob/main/bidding_auction_services_api.md
>>
>> Note that this explainer has a helpful onboarding section
>> 
>> for setting up the services.
>>
>> Specification
>>
>> Influenced by Origin Trial feedback, so work has just started.  Protected
>> Audience auctions running on Bidding & Auction Services provide
>> functionality very similar to existing on-device auctions so much of the
>> existing spec  applies.
>>
>> Summary
>>
>> We propose extending the Bidding and Auction Services origin trial
>> currently operating on 1% stable. We have decided to extend the experiment
>> given developers need more time to onboard and to keep experimenting with
>> new features. We would like to request extending the end milestone from
>> M124 to M127.
>>
>> Blink component
>>
>> Blink>InterestGroups
>> 
>>
>> TAG review
>>
>> For Protected Audience:
>> https://github.com/w3ctag/design-reviews/issues/723
>>
>> TAG review status
>>
>> Completed for Protected Audience, resolved unsatisfied.
>>
>> Link to entry on the Chrome Platform Status
>>
>> https://chromestatus.com/feature/4649601971257344
>>
>> Links to previous Intent discussions
>>
>> Intent to prototype:
>> https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABQTWrnSdvf7RgK2wxsmC6rWc8eRoqDZOvgwVFuEx1r2nqmAJg%40mail.gmail.com
>>
>> Intent to Experiment:
>>
>> https://groups.google.com/a/chromium.org/g/blink-dev/c/2bwMHd3Yz7I
>> 

Re: [blink-dev] Intent to Extend Experiment: Protected Audience Bidding & Auction Services

2024-04-12 Thread Mike Taylor
Russ and I had a conversation offline about the progress here - mind 
summarizing, Russ?


On 4/9/24 4:12 PM, Russ Hamilton wrote:



Specification

We are just beginning writing the spec. We're drafting a WICG spec for 
the browser components and an IETF spec for the server interface.




TAG review

For Protected Audience: 
https://github.com/w3ctag/design-reviews/issues/723 
.



TAG review status

Completed for Protected Audience, resolved unsatisfied.


Interoperability and Compatibility


Gecko & WebKit: No signal on parent proposal, Protected Audience.  
Asked in the Mozilla forumhere 
, and in 
the Webkit forum here 
.



*WPT Tests*

*
*

We have not started on WPT tests for this feature.



On Mon, Apr 8, 2024 at 11:40 AM Mike Taylor  
wrote:


Hi Russ,

Could you summarize progress on the following, per the extension
process:

Draft spec (early draft is ok, but must be spec-like and
associated with the appropriate standardization venue, or WICG)
TAG review
bit.ly/blink-signals  requests
Outreach for feedback from the spec community
WPT tests

I recognize some of this is touched on in your email - but having
it explicitly in one spot would be helpful, thanks.

On 4/4/24 12:19 PM, 'Russ Hamilton' via blink-dev wrote:



Contact emails

pauljen...@chromium.org, behamil...@google.com


Explainer

Chrome:

https://github.com/WICG/turtledove/blob/main/FLEDGE_browser_bidding_and_auction_API.md



Services:

https://github.com/privacysandbox/fledge-docs/blob/main/bidding_auction_services_api.md



Note that this explainer has a helpful onboarding section

for
setting up the services.


Specification

Influenced by Origin Trial feedback, so work has just started. 
Protected Audience auctions running on Bidding & Auction Services
provide functionality very similar to existing on-device auctions
so much of the existing spec
applies.


Summary

We propose extending the Bidding and Auction Services origin
trial currently operating on 1% stable. We have decided to extend
the experiment given developers need more time to onboard and to
keep experimenting with new features. We would like to request
extending the end milestone from M124 to M127.


Blink component

Blink>InterestGroups




TAG review

For Protected Audience:
https://github.com/w3ctag/design-reviews/issues/723



TAG review status

Completed for Protected Audience, resolved unsatisfied.


Link to entry on the Chrome Platform Status

https://chromestatus.com/feature/4649601971257344



Links to previous Intent discussions

Intent to prototype:

https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABQTWrnSdvf7RgK2wxsmC6rWc8eRoqDZOvgwVFuEx1r2nqmAJg%40mail.gmail.com




Intent to Experiment:

https://groups.google.com/a/chromium.org/g/blink-dev/c/2bwMHd3Yz7I



-- 
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+unsubscr...@chromium.org.
To view this discussion on the web visit

https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAAG-DU2FmKivx3FF%3Dn0BZge_0n10ihizanpgrZVkPaeWtzaCbA%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+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/aa166ee0-7a0d-4b1f-a0a8-9cb814aa2d90%40chromium.org.

Re: [blink-dev] Intent to Extend Experiment: Protected Audience Bidding & Auction Services

2024-04-09 Thread 'Russ Hamilton' via blink-dev
Specification
We are just beginning writing the spec. We're drafting a WICG spec for the
browser components and an IETF spec for the server interface.

TAG review

For Protected Audience: https://github.com/w3ctag/design-reviews/issues/723.


TAG review status

Completed for Protected Audience, resolved unsatisfied.


Interoperability and Compatibility


Gecko & WebKit: No signal on parent proposal, Protected Audience.  Asked in
the Mozilla forum here
, and in the
Webkit forum here 
.


*WPT Tests*


We have not started on WPT tests for this feature.


On Mon, Apr 8, 2024 at 11:40 AM Mike Taylor  wrote:

> Hi Russ,
>
> Could you summarize progress on the following, per the extension process:
>
> Draft spec (early draft is ok, but must be spec-like and associated with
> the appropriate standardization venue, or WICG)
> TAG review
> bit.ly/blink-signals requests
> Outreach for feedback from the spec community
> WPT tests
>
> I recognize some of this is touched on in your email - but having it
> explicitly in one spot would be helpful, thanks.
> On 4/4/24 12:19 PM, 'Russ Hamilton' via blink-dev wrote:
>
> Contact emails
>
> pauljen...@chromium.org, behamil...@google.com
>
> Explainer
>
> Chrome:
> https://github.com/WICG/turtledove/blob/main/FLEDGE_browser_bidding_and_auction_API.md
>
> Services:
> https://github.com/privacysandbox/fledge-docs/blob/main/bidding_auction_services_api.md
>
> Note that this explainer has a helpful onboarding section
> 
> for setting up the services.
>
> Specification
>
> Influenced by Origin Trial feedback, so work has just started.  Protected
> Audience auctions running on Bidding & Auction Services provide
> functionality very similar to existing on-device auctions so much of the
> existing spec  applies.
>
> Summary
>
> We propose extending the Bidding and Auction Services origin trial
> currently operating on 1% stable. We have decided to extend the experiment
> given developers need more time to onboard and to keep experimenting with
> new features. We would like to request extending the end milestone from
> M124 to M127.
>
> Blink component
>
> Blink>InterestGroups
> 
>
> TAG review
>
> For Protected Audience:
> https://github.com/w3ctag/design-reviews/issues/723
>
> TAG review status
>
> Completed for Protected Audience, resolved unsatisfied.
>
> Link to entry on the Chrome Platform Status
>
> https://chromestatus.com/feature/4649601971257344
>
> Links to previous Intent discussions
>
> Intent to prototype:
> https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABQTWrnSdvf7RgK2wxsmC6rWc8eRoqDZOvgwVFuEx1r2nqmAJg%40mail.gmail.com
>
> Intent to Experiment:
>
> https://groups.google.com/a/chromium.org/g/blink-dev/c/2bwMHd3Yz7I
> 
> --
> 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+unsubscr...@chromium.org.
> To view this discussion on the web visit
> https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAAG-DU2FmKivx3FF%3Dn0BZge_0n10ihizanpgrZVkPaeWtzaCbA%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+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAAG-DU2nS16Me8DK_p8oaA900244DxEVNrDmbcZXEyRExMxZdw%40mail.gmail.com.


Re: [blink-dev] Intent to Extend Experiment: Protected Audience Bidding & Auction Services

2024-04-08 Thread Mike Taylor

Hi Russ,

Could you summarize progress on the following, per the extension process:

Draft spec (early draft is ok, but must be spec-like and associated with 
the appropriate standardization venue, or WICG)

TAG review
bit.ly/blink-signals requests
Outreach for feedback from the spec community
WPT tests

I recognize some of this is touched on in your email - but having it 
explicitly in one spot would be helpful, thanks.


On 4/4/24 12:19 PM, 'Russ Hamilton' via blink-dev wrote:



Contact emails

pauljen...@chromium.org, behamil...@google.com


Explainer

Chrome: 
https://github.com/WICG/turtledove/blob/main/FLEDGE_browser_bidding_and_auction_API.md 



Services: 
https://github.com/privacysandbox/fledge-docs/blob/main/bidding_auction_services_api.md 



Note that this explainer has a helpful onboarding section 
for 
setting up the services.



Specification

Influenced by Origin Trial feedback, so work has just started. 
Protected Audience auctions running on Bidding & Auction Services 
provide functionality very similar to existing on-device auctions so 
much of the existing spec applies.



Summary

We propose extending the Bidding and Auction Services origin trial 
currently operating on 1% stable. We have decided to extend the 
experiment given developers need more time to onboard and to keep 
experimenting with new features. We would like to request extending 
the end milestone from M124 to M127.



Blink component

Blink>InterestGroups 




TAG review

For Protected Audience: 
https://github.com/w3ctag/design-reviews/issues/723 




TAG review status

Completed for Protected Audience, resolved unsatisfied.


Link to entry on the Chrome Platform Status

https://chromestatus.com/feature/4649601971257344 




Links to previous Intent discussions

Intent to prototype: 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABQTWrnSdvf7RgK2wxsmC6rWc8eRoqDZOvgwVFuEx1r2nqmAJg%40mail.gmail.com 




Intent to Experiment:

https://groups.google.com/a/chromium.org/g/blink-dev/c/2bwMHd3Yz7I 



--
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+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAAG-DU2FmKivx3FF%3Dn0BZge_0n10ihizanpgrZVkPaeWtzaCbA%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+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/f82c91a7-5d65-4f9c-b838-556b650d9abf%40chromium.org.


Re: [blink-dev] Intent to Extend Experiment: Protected Audience Bidding & Auction Services

2024-04-05 Thread Vladimir Levin
On Thu, Apr 4, 2024 at 12:19 PM 'Russ Hamilton' via blink-dev <
blink-dev@chromium.org> wrote:

> Contact emails
>
> pauljen...@chromium.org, behamil...@google.com
>
> Explainer
>
> Chrome:
> https://github.com/WICG/turtledove/blob/main/FLEDGE_browser_bidding_and_auction_API.md
>
> Services:
> https://github.com/privacysandbox/fledge-docs/blob/main/bidding_auction_services_api.md
>
> Note that this explainer has a helpful onboarding section
> 
> for setting up the services.
>
> Specification
>
> Influenced by Origin Trial feedback, so work has just started.  Protected
> Audience auctions running on Bidding & Auction Services provide
> functionality very similar to existing on-device auctions so much of the
> existing spec  applies.
>

Is there an available summary of the OT feedback, or a summary of changes
that the feedback has influenced?


> Summary
>
> We propose extending the Bidding and Auction Services origin trial
> currently operating on 1% stable. We have decided to extend the experiment
> given developers need more time to onboard and to keep experimenting with
> new features. We would like to request extending the end milestone from
> M124 to M127.
>
> Blink component
>
> Blink>InterestGroups
> 
>
> TAG review
>
> For Protected Audience:
> https://github.com/w3ctag/design-reviews/issues/723
>
> TAG review status
>
> Completed for Protected Audience, resolved unsatisfied.
>
> Link to entry on the Chrome Platform Status
>
> https://chromestatus.com/feature/4649601971257344
>
> Links to previous Intent discussions
>
> Intent to prototype:
> https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABQTWrnSdvf7RgK2wxsmC6rWc8eRoqDZOvgwVFuEx1r2nqmAJg%40mail.gmail.com
>
> Intent to Experiment:
>
> https://groups.google.com/a/chromium.org/g/blink-dev/c/2bwMHd3Yz7I
> 
>
> --
> 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+unsubscr...@chromium.org.
> To view this discussion on the web visit
> https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAAG-DU2FmKivx3FF%3Dn0BZge_0n10ihizanpgrZVkPaeWtzaCbA%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+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CADsXd2M1ZH2Gbx2myE3ZFYwr461n1f69d4ScE7H%3DsqE8h1HMEQ%40mail.gmail.com.


[blink-dev] Intent to Extend Experiment: Protected Audience Bidding & Auction Services

2024-04-04 Thread 'Russ Hamilton' via blink-dev
Contact emails

pauljen...@chromium.org, behamil...@google.com

Explainer

Chrome:
https://github.com/WICG/turtledove/blob/main/FLEDGE_browser_bidding_and_auction_API.md

Services:
https://github.com/privacysandbox/fledge-docs/blob/main/bidding_auction_services_api.md

Note that this explainer has a helpful onboarding section

for setting up the services.

Specification

Influenced by Origin Trial feedback, so work has just started.  Protected
Audience auctions running on Bidding & Auction Services provide
functionality very similar to existing on-device auctions so much of the
existing spec  applies.

Summary

We propose extending the Bidding and Auction Services origin trial
currently operating on 1% stable. We have decided to extend the experiment
given developers need more time to onboard and to keep experimenting with
new features. We would like to request extending the end milestone from
M124 to M127.

Blink component

Blink>InterestGroups


TAG review

For Protected Audience: https://github.com/w3ctag/design-reviews/issues/723

TAG review status

Completed for Protected Audience, resolved unsatisfied.

Link to entry on the Chrome Platform Status

https://chromestatus.com/feature/4649601971257344

Links to previous Intent discussions

Intent to prototype:
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABQTWrnSdvf7RgK2wxsmC6rWc8eRoqDZOvgwVFuEx1r2nqmAJg%40mail.gmail.com

Intent to Experiment:

https://groups.google.com/a/chromium.org/g/blink-dev/c/2bwMHd3Yz7I


-- 
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+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAAG-DU2FmKivx3FF%3Dn0BZge_0n10ihizanpgrZVkPaeWtzaCbA%40mail.gmail.com.