Skip to content

Commit

Permalink
Update FLEDGE_extended_PA_reporting.md (typo) (#955)
Browse files Browse the repository at this point in the history
Fixing this typo provides an opportunity to ask about the status of `sellerCapabilities`.

Will it be added to the spec as an updateable IG attribute, 
contribute to IG size estimation, &c?
  • Loading branch information
dmdabbs committed Dec 22, 2023
1 parent c124b0d commit fce8dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FLEDGE_extended_PA_reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ const auctionConfig = {

The seller is able to measure the following for each buyer, assuming permission is granted via the indicated `sellerCapabilities` for that seller:
* `interestGroupCount`: The number of the interest groups which could participate in the auction
(i.e. the number of intererest groups on the machine for this buyer -- note the count *isn't* limited by the auction config's `perBuyerGroupLimits`). This requires the `interest-group-counts` `sellerCapabilities` permission.
(i.e. the number of interest groups on the machine for this buyer -- note the count *isn't* limited by the auction config's `perBuyerGroupLimits`). This requires the `interest-group-counts` `sellerCapabilities` permission.
* `bidCount`: The number of valid bids generated by this buyer. This requires the `interest-group-counts` `sellerCapabilities` permission.
* `totalGenerateBidLatency`: The sum of execution time for all generateBids() in milliseconds. This requires the `latency-stats` `sellerCapabilities` permission.
* `totalSignalsFetchLatency`: The total time spent fetching trusted buyer signals in milliseconds. If the interest group didn't fetch any trusted signals, then 0 milliseconds is reported. This requires the `latency-stats` `sellerCapabilities` permission.
Expand Down

0 comments on commit fce8dcf

Please sign in to comment.