You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.bs
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -449,7 +449,7 @@ partial interface Navigator {
449
449
450
450
This provides three key functions:
451
451
452
-
* A list of browser-supported aggregation functions ([[#find-aggregation-service]])
452
+
* A list of browser-supported aggregation services ([[#find-aggregation-service]])
453
453
* A means of asking the browser to save impressions ([[#save-impression-api]])
454
454
* A method to request conversion measurement ([[#measure-conversion-api]])
455
455
@@ -775,7 +775,7 @@ The arguments to <a method for=Attribution>measureConversion()</a> are as follow
775
775
<dt><dfn>lookbackDays</dfn></dt>
776
776
<dd>A positive integer number of days. Only impressions occurring within the past `lookbackDays` may match this [=conversion=]. If omitted, it is equivalent to the [=maximum lookback=].</dd>
777
777
<dt><dfn>matchValues</dfn></dt>
778
-
<dd>A [=set=] of match values that can be used to select this [=impression=].</dd>
778
+
<dd>A [=set=] of match values that can be used to select [=impressions=].</dd>
779
779
<dt><dfn>impressionSites</dfn></dt>
780
780
<dd>
781
781
A [=set=] of impression sites.
@@ -792,8 +792,6 @@ The arguments to <a method for=Attribution>measureConversion()</a> are as follow
792
792
only [=impressions=] recorded by one of the listed sites
793
793
are eligible to match this [=conversion=].
794
794
</dd>
795
-
<dt><dfn>credit</dfn></dt>
796
-
<dd>A [=list=] of numbers.</dd>
797
795
<dt><dfn>value</dfn></dt>
798
796
<dd>
799
797
The [=conversion value=]. If an attribution is made and [[#dp|privacy]]
@@ -806,6 +804,17 @@ The arguments to <a method for=Attribution>measureConversion()</a> are as follow
806
804
will be added to the outcome. It is also used to determine the amount of [=privacy budget=]
807
805
to expend on this [=conversion report=].
808
806
</dd>
807
+
<dt><dfn>credit</dfn></dt>
808
+
<dd>
809
+
A [=list=] of finite positive numbers
810
+
that describe how the [=conversion value=] is allocated across multiple impressions.
811
+
The value is split across the list of selected impressions
812
+
proportional to the values in the list
813
+
in the order specified.
814
+
If fewer impressions are selected than values in this list,
815
+
any additional items in this list are ignored.
816
+
When absent, the conversion value is allocated to a single impression.
817
+
</dd>
809
818
</dl>
810
819
811
820
@@ -2741,8 +2750,8 @@ The <a enum-value for=AttributionAggregationProtocol>`dap-18-histogram`</a>
2741
2750
aggregation method uses Prio [[PRIO]]
2742
2751
and the Distributed Aggregation Protocol (DAP) [[DAP]].
2743
2752
Specifically, this aggregation method uses
2744
-
the <dfn>Prio3L1BoundSum</dfn>instantiation [[PRIO-L1]]
2745
-
of the Prio3 Verifiable Distributed Aggregation Function (VDAF) [[VDAF]].
2753
+
the <dfn>Prio3L1BoundSum</dfn>[[PRIO-L1]]
2754
+
Verifiable Distributed Aggregation Function (VDAF) [[VDAF]].
2746
2755
2747
2756
DAP and the [=Prio3L1BoundSum=] instantiation define how a report is prepared,
0 commit comments