Open
Description
In PA-API, the seller can specify perBuyerCumulativeTimeouts, but it’s unclear how the buyers can measure:
- How many times they hit the timeout (out of how many auctions)
- How many interest groups manage to submit the bid (and how many interest groups in total).
The above metrics are essential for optimizations. Any suggestions or thoughts to get that number?
I am aware that some of those metrics are sent to the seller (https://github.com/WICG/turtledove/blob/main/FLEDGE_extended_PA_reporting.md#reporting-per-buyer-latency-and-statistics-to-the-seller) via Private Aggregation API, but those metrics (and the denominators) will also be interesting for the buyers.
There’s also a discussion in the same article under “Reporting API informal specification” that touches generateBid() hitting timeout, but it’s not obvious how that handles per-auction metrics instead of per interest-group.