Skip to content

Commit

Permalink
Rename debug functions to match Chrome implementation (WICG#277)
Browse files Browse the repository at this point in the history
As implemented in https://source.chromium.org/chromium/chromium/src/+/48590763ecb8ca825e3957437e9deddbd1c35ed7 these are under different names than originally planned.  Update documentation to match.
  • Loading branch information
jeffkaufman authored Mar 30, 2022
1 parent e904eb6 commit ea2f2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Proposed_First_FLEDGE_OT_Details.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ As the FLEDGE explainer talks about, the FOT#1 will include event-level reportin



The FOT#1 will include event-level reporting for both winning and losing bids. Implementations of the `generateBid()` and `scoreAd()` worklets, provided by the buyers and sellers respectively in the auction, may call a `debug.sendReportOnLoss()` API which takes a single string argument representing a URL. If the bid being generated or scored loses the auction, the URL will be fetched. These worklets may also call a `debug.sendReportOnWin()` API which operates similarly to `debug.sendReportOnLoss()` API but only fetches the URL after a winning bid or score.
The FOT#1 will include event-level reporting for both winning and losing bids. Implementations of the `generateBid()` and `scoreAd()` worklets, provided by the buyers and sellers respectively in the auction, may call a `forDebuggingOnly.reportAdAuctionLoss()` API which takes a single string argument representing a URL. If the bid being generated or scored loses the auction, the URL will be fetched. These worklets may also call a `forDebuggingOnly.reportAdAuctionWin()` API which operates similarly to `forDebuggingOnly.reportAdAuctionLoss()` API but only fetches the URL after a winning bid or score.



Expand Down

0 comments on commit ea2f2b9

Please sign in to comment.