Skip to content

Commit

Permalink
align with ietf spec on some details (#1371)
Browse files Browse the repository at this point in the history
Co-authored-by: Qingxin Wu <[email protected]>
  • Loading branch information
qingxinwu and Qingxin Wu authored Dec 19, 2024
1 parent e72310c commit 62fdc90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3228,6 +3228,7 @@ a [=list=] of [=interest groups=] |bidIgs|, and a [=reporting context map=]
1. Let |bidDebugReportingInfo| be a new [=bid debug reporting info=].
1. [=list/For each=] |key| → |maybeDebugReportUrl| in |response|'s
[=server auction response/component win debugging only reports=]:
1. If |maybeDebugReportUrl|'s [=url/scheme=] is not "`https`", then [=iteration/continue=].
1. If |key|'s [=server auction debug report key/from seller=] is true:
1. Set |bidDebugReportingInfo|'s [=bid debug reporting info/component seller=] to |seller|.
1. If |key|'s [=server auction debug report key/is debug win=] is true, then set
Expand All @@ -3244,7 +3245,7 @@ a [=list=] of [=interest groups=] |bidIgs|, and a [=reporting context map=]
1. Otherwise, set |bidDebugReportingInfo|'s
[=bid debug reporting info/bidder debug loss report url=] to |maybeDebugReportUrl|.
1. Set |bidDebugReportingInfo|'s [=bid debug reporting info/server filtered debugging only reports=]
to [=server auction response/server filtered debugging only reports=].
to |response|'s [=server auction response/server filtered debugging only reports=].
1. Let |reportingContext| be |reportingContextMap|[|auctionConfig|].
1. Set |reportingContext|'s [=reporting context/debug reporting info=] to
|bidDebugReportingInfo|.
Expand Down Expand Up @@ -3667,7 +3668,7 @@ A <dfn>server auction response</dfn> is a [=struct=] that contains auction resul
auction result and should always be reported.
: <dfn>component win debugging only reports</dfn>
:: A [=map=] whose [=map/keys=] are [=server auction debug report keys=], and whose [=map/values=]
are [=lists=] of [=urls=].
are [=urls=].
: <dfn>server filtered debugging only reports</dfn>
:: A [=map=] whose [=map/keys=] are [=origins=] and whose [=map/values=] are [=lists=] of [=urls=].
</dl>
Expand Down

0 comments on commit 62fdc90

Please sign in to comment.