Open eroncastro opened 3 years ago
That change seems feasible, but I'm curious what sorts of use cases you imagine for this. It seems if the seller page already knows exactly which interest groups to consider then it would be more of a context-based ad than remarketing.
@brusshamilton
Considering the pages where the auction will occur, the party executing the auction already knows which groups should be participating, based on contextual information. That could reduce the latency on the client-side, making the auction faster, and extend FLEDGE usage beyond remarketing, closer to Prebid, for example.
I can see how that could optimize the auction. There are some small privacy risks associated with allowing a site to limit the interest groups allowed in the auction, but we could probably get around that by not allowing interest groups that are not k-anonymous to be selected by name.
That being said, this seems more like a potential optimization. I'm inclined to wait until we have real world data to show the extra complexity is necessary.
When running an on-device auction, it is possible to decide which buyers may participate.
Since an
Interest Group
is uniquely identified by its groupowner
andname
, wouldn't it make sense that theinterest_group_buyers
property could allow the auction runner to specify both when configuring the auction? Otherwise, this filtering would only be possible whenscore_ad
function is executed, taking into accountbrowser_signals
.Maybe something like this:
Thanks!