Skip to content

Commit

Permalink
Add requiredSellerCapabilities to extended PA doc (#460)
Browse files Browse the repository at this point in the history
* Add requiredSellerCapabilities to extended PA doc
  • Loading branch information
caraitto committed Mar 3, 2023
1 parent ddd7508 commit d450513
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion FLEDGE_extended_PA_reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,11 @@ buyers a way to express which sellers they’re comfortable sharing this informa
add a new mechanism which allows each buyer to declare a set of approved sellers: The interestGroup
provided to `navigator.joinAdInterestGroup()` will contain a new field named `sellerCapabilities`, a
dict keyed by seller origin (or "*", to set defaults for non-specified seller origins) with lists of
permission strings as values (as described below).
permission strings as values (as described below). Sellers might want to only score bids from
interest groups that will share aggregate statistics, so a field, `requiredSellerCapabilities` will
also be added to the auction config. Any interest group that doesn't permit (for the auction's seller)
all the `sellerCapabilities` listed in `requiredSellerCapabilities` will not participate in the
auction.

For the seller to declare reporting, the `auctionConfig` passed to `runAdAuction` is amended to
contain a configuration for the seller latency report.
Expand Down

0 comments on commit d450513

Please sign in to comment.