@@ -506,7 +506,7 @@ and impressions are not scoped to a single aggregation service.
506
506
</div>
507
507
508
508
<xmp class=idl>
509
- enum AttributionProtocol { "dap-12-histogram", "tee-00" };
509
+ enum PrivateAttributionAggregationProtocol { "dap-12-histogram", "tee-00" };
510
510
511
511
dictionary AttributionAggregationService {
512
512
required DOMString protocol;
@@ -530,7 +530,7 @@ that service:
530
530
<dl dfn-for=AttributionAggregationService dfn-type=dict-member>
531
531
<dt> <dfn>protocol</dfn> </dt>
532
532
<dd>
533
- The {{AttributionProtocol |protocol}} that the [=aggregation service=] uses.
533
+ The {{PrivateAttributionAggregationProtocol |protocol}} that the [=aggregation service=] uses.
534
534
Different versions of the same protocol use different values.
535
535
Even if a single service provider supports multiple protocols,
536
536
each needs to use a different URL.
@@ -542,10 +542,10 @@ that service:
542
542
The URL is passed as the {{AttributionConversionOptions/aggregationService}} parameter
543
543
to <a method for=Attribution>measureConversion()</a> to select the identified aggregation service.
544
544
545
- The <dfn enum>AttributionProtocol </dfn> describes the submission protocol
545
+ The <dfn enum>PrivateAttributionAggregationProtocol </dfn> describes the submission protocol
546
546
used by different [=aggregation services=] . This document defines two protocols:
547
547
548
- <dl dfn-for=AttributionProtocol dfn-type=enum-value>
548
+ <dl dfn-for=PrivateAttributionAggregationProtocol dfn-type=enum-value>
549
549
<dt> <dfn>dap-12-histogram</dfn> </dt>
550
550
<dd> A DAP-based protocol [[DAP]] that uses [=MPC=] ; see [[#s-mpc]] .</dd>
551
551
<dt> <dfn>tee-00</dfn> </dt>
@@ -1703,7 +1703,7 @@ by either MPC operator.
1703
1703
1704
1704
### Prio and DAP ### {#prio}
1705
1705
1706
- The <a enum-value for=AttributionProtocol >"dap-12-histogram"</a>
1706
+ The <a enum-value for=PrivateAttributionAggregationProtocol >"dap-12-histogram"</a>
1707
1707
aggregation method uses Prio [[PRIO]]
1708
1708
and the Distributed Aggregation Protocol (DAP) [[DAP]] .
1709
1709
Specifically, this aggregation method uses
0 commit comments