Skip to content

Commit

Permalink
add report.always event type (#426)
Browse files Browse the repository at this point in the history
add report.always event type for privateAggregation.reportContributionForEvent()
  • Loading branch information
qingxinwu committed Dec 22, 2022
1 parent 7afe40d commit a44eda4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FLEDGE_extended_PA_reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ The `reserved.loss` event-type is a special value that indicates a report should
bid does not win the auction. If the bid does not win, the browser will trigger reporting for
the `loss` contributions.

### Reporting bidding data no matter whether wins or not

The `reserved.always` event-type is a special value that indicates a report should be sent no
matter whether a bid wins the auction or not. The browser will always trigger reporting for the
`always` contributions.

## Reporting Per-Buyer Latency and Statistics to the Seller

The seller may want to collect aggregate statistics on latency and bids for their auctions.
Expand Down

0 comments on commit a44eda4

Please sign in to comment.