Skip to content

Commit

Permalink
small change based on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingxin Wu committed Feb 9, 2024
1 parent c51a60a commit 47becb9
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2363,9 +2363,9 @@ a {{ReportingBrowserSignals}} |browserSignals|, and a [=direct from seller signa
*This first introductory paragraph is non-normative.*

"`generateBid()`" and "`scoreAd()`" can call
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}.{{ForDebuggingOnly/reportAdAuctionWin(url)}} and
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}.{{ForDebuggingOnly/reportAdAuctionLoss(url)}}
for event-level <dfn>forDebuggingOnly reports</dfn> for winning and losing bids.
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}'s
{{ForDebuggingOnly/reportAdAuctionWin(url)}} and {{ForDebuggingOnly/reportAdAuctionLoss(url)}}
methods for event-level <dfn>forDebuggingOnly reports</dfn> for winning and losing bids.

<div algorithm>
To <dfn>collect a single forDebuggingOnly report</dfn> given a [=URL=] |reportUrl|, an [=origin=]
Expand Down Expand Up @@ -5033,26 +5033,32 @@ result of [=evaluating a bidding script=], or an [=additional bid=] provided by
is participating. Only set for component auctions, null otherwise.
: <dfn>bidder debug win report url</dfn>
:: Null or a [=URL=], initially null. Set by `generateBid()`'s
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}.{{ForDebuggingOnly/reportAdAuctionWin(url)}}.
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}'s
{{ForDebuggingOnly/reportAdAuctionWin(url)}}.
: <dfn>bidder debug loss report url</dfn>
:: Null or a [=URL=], initially null. Set by `generateBid()`'s
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}.{{ForDebuggingOnly/reportAdAuctionLoss(url)}}.
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}'s
{{ForDebuggingOnly/reportAdAuctionLoss(url)}}.
: <dfn>seller debug win report url</dfn>
:: Null or a [=URL=], initially null. In the case of a component auction, these are the values
from component seller that the scored ad was created in. Set by `scoreAd()`'s
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}.{{ForDebuggingOnly/reportAdAuctionWin(url)}}.
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}'s
{{ForDebuggingOnly/reportAdAuctionWin(url)}}.
: <dfn>seller debug loss report url</dfn>
:: Null or a [=URL=], initially null. In the case of a component auction, these are the values
from component seller that the scored ad was created in. Set by `scoreAd()`'s
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}.{{ForDebuggingOnly/reportAdAuctionLoss(url)}}.
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}'s
{{ForDebuggingOnly/reportAdAuctionLoss(url)}}.
: <dfn>top level seller debug win report url</dfn>
:: Null or a [=URL=], initially null. Set in the case this bid was made in a component auction,
won it, and was then scored by the top-level seller. Set by top-level seller's `scoreAd()`'s
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}.{{ForDebuggingOnly/reportAdAuctionWin(url)}}.
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}'s
{{ForDebuggingOnly/reportAdAuctionWin(url)}}.
: <dfn>top level seller debug loss report url</dfn>
:: Null or a [=URL=], initially null. Set in the case this bid was made in a component auction,
won it, and was then scored by the top-level seller. Set by top-level seller's `scoreAd()`'s
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}.{{ForDebuggingOnly/reportAdAuctionLoss(url)}}.
{{InterestGroupBiddingAndScoringScriptRunnerGlobalScope/forDebuggingOnly}}'s
{{ForDebuggingOnly/reportAdAuctionLoss(url)}}.
</dl>


Expand Down

0 comments on commit 47becb9

Please sign in to comment.