Skip to content

Commit

Permalink
pagg -> PAgg
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingxin Wu committed Dec 17, 2024
1 parent f8fed21 commit b486195
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3269,14 +3269,14 @@ To <dfn>handle server response private aggregation fields</dfn> given a [=server

<div algorithm>
To <dfn>commit server response private aggregation contributions</dfn> given a [=map=] from a
[=server auction pagg contribution key=] to a [=list=] of [=on event contribution entries=]
[=server auction PAgg contribution key=] to a [=list=] of [=on event contribution entries=]
|contributionsMap|, a [=reporting context=] |reportingContext|, and a [=reporting bid key=]
|reportingId|:

1. [=map/For each=] |key| → |contributions| of |contributionsMap|:
1. Let |reportingOrigin| be |key|'s [=server auction pagg contribution key/reporting origin=].
1. Let |event| be |key|'s [=server auction pagg contribution key/event=].
1. Let |coordinator| be |key|'s [=server auction pagg contribution key/coordinator=].
1. Let |reportingOrigin| be |key|'s [=server auction PAgg contribution key/reporting origin=].
1. Let |event| be |key|'s [=server auction PAgg contribution key/event=].
1. Let |coordinator| be |key|'s [=server auction PAgg contribution key/coordinator=].
1. If |coordinator| is null, set |coordinator| to the [=default aggregation coordinator=].
1. Let |eventToContributionsMap| be a new [=Private Aggregation contributions=].
1. Let |batchingScope| be null.
Expand Down Expand Up @@ -3543,17 +3543,17 @@ A <dfn>server auction response</dfn> is a [=struct=] that contains auction resul
: <dfn>component seller reporting</dfn>
:: Null or [=server auction reporting info=].
: <dfn>component win private aggregation contributions</dfn>
:: A [=map=] whose [=map/keys=] are [=server auction pagg contribution keys=], and whose
:: A [=map=] whose [=map/keys=] are [=server auction PAgg contribution keys=], and whose
[=map/values=] are [=lists=] of [=on event contribution entries=]. Private aggregation
contributions from winners of component auctions run on trusted auction servers. These need to
be filtered by the client based on the top level auction's outcome.
: <dfn>server filtered private aggregation reserved contributions</dfn>
:: A [=map=] whose [=map/keys=] are [=server auction pagg contribution keys=], and whose
:: A [=map=] whose [=map/keys=] are [=server auction PAgg contribution keys=], and whose
[=map/values=] are [=lists=] of [=on event contribution entries=]. Server filtered private
aggregation contributions with reserved event types (already set to "reserved.always"), which
are not dependent on the final auction result and should always be reported.
: <dfn>server filtered private aggregation non reserved contributions</dfn>
:: A [=map=] whose [=map/keys=] are [=server auction pagg contribution keys=], and whose
:: A [=map=] whose [=map/keys=] are [=server auction PAgg contribution keys=], and whose
[=map/values=] are [=lists=] of [=on event contribution entries=]. Server filtered private
aggregation contributions with non reserved event types, which are not dependent on the final
auction result and should always be reported.
Expand Down Expand Up @@ -3581,8 +3581,8 @@ a <dfn>server auction debug report key</dfn> is a [=struct=] with the following
:: A [=boolean=].
</dl>

a <dfn>server auction pagg contribution key</dfn> is a [=struct=] with the following [=struct/items=]:
<dl dfn-for="server auction pagg contribution key">
a <dfn>server auction PAgg contribution key</dfn> is a [=struct=] with the following [=struct/items=]:
<dl dfn-for="server auction PAgg contribution key">
: <dfn>reporting origin</dfn>
:: The [=origin=] of the script that contributed the contribution.
: <dfn>coordinator</dfn>
Expand Down

0 comments on commit b486195

Please sign in to comment.