Skip to content

Commit

Permalink
Spec: Add aggregation_coordinator_origin to serialized report (#105)
Browse files Browse the repository at this point in the history
This is a temporary change to reflect the launching of aggregation
coordinator selection for Attribution Reporting (which adds this
identifier to all aggregatable reports, given shared code). This will be
replaced by a more complete spec change that allows for aggregation
coordinator selection for Private Aggregation.
  • Loading branch information
alexmturner authored Oct 5, 2023
1 parent 813a62d commit 32b7bd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,11 @@ error.
1. If |aggregationServicePayloads| is an error, return
|aggregationServicePayloads|.
1. Let |data| be an [=ordered map=] of the following key/value pairs:
: "`aggregation_coordinator_origin`"
:: An [=implementation-defined=] [=origin=], [=serialization of an
origin|serialized=].

Issue(78): Replace with the chosen (or default) aggregation coordinator.
: "`aggregation_service_payloads`"
:: |aggregationServicePayloads|
: "`shared_info`"
Expand Down

0 comments on commit 32b7bd4

Please sign in to comment.