Skip to content

Commit b9a9fd0

Browse files
Merge pull request #206 from apasel422/rename
Rename AttributionProtocol to AttributionAggregationProtocol
2 parents 34cddd4 + 61a6925 commit b9a9fd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ and impressions are not scoped to a single aggregation service.
506506
</div>
507507

508508
<xmp class=idl>
509-
enum AttributionProtocol { "dap-12-histogram", "tee-00" };
509+
enum PrivateAttributionAggregationProtocol { "dap-12-histogram", "tee-00" };
510510

511511
dictionary AttributionAggregationService {
512512
required DOMString protocol;
@@ -530,7 +530,7 @@ that service:
530530
<dl dfn-for=AttributionAggregationService dfn-type=dict-member>
531531
<dt><dfn>protocol</dfn></dt>
532532
<dd>
533-
The {{AttributionProtocol|protocol}} that the [=aggregation service=] uses.
533+
The {{PrivateAttributionAggregationProtocol|protocol}} that the [=aggregation service=] uses.
534534
Different versions of the same protocol use different values.
535535
Even if a single service provider supports multiple protocols,
536536
each needs to use a different URL.
@@ -542,10 +542,10 @@ that service:
542542
The URL is passed as the {{AttributionConversionOptions/aggregationService}} parameter
543543
to <a method for=Attribution>measureConversion()</a> to select the identified aggregation service.
544544

545-
The <dfn enum>AttributionProtocol</dfn> describes the submission protocol
545+
The <dfn enum>PrivateAttributionAggregationProtocol</dfn> describes the submission protocol
546546
used by different [=aggregation services=]. This document defines two protocols:
547547

548-
<dl dfn-for=AttributionProtocol dfn-type=enum-value>
548+
<dl dfn-for=PrivateAttributionAggregationProtocol dfn-type=enum-value>
549549
<dt><dfn>dap-12-histogram</dfn></dt>
550550
<dd>A DAP-based protocol [[DAP]] that uses [=MPC=]; see [[#s-mpc]].</dd>
551551
<dt><dfn>tee-00</dfn></dt>
@@ -1703,7 +1703,7 @@ by either MPC operator.
17031703

17041704
### Prio and DAP ### {#prio}
17051705

1706-
The <a enum-value for=AttributionProtocol>"dap-12-histogram"</a>
1706+
The <a enum-value for=PrivateAttributionAggregationProtocol>"dap-12-histogram"</a>
17071707
aggregation method uses Prio [[PRIO]]
17081708
and the Distributed Aggregation Protocol (DAP) [[DAP]].
17091709
Specifically, this aggregation method uses

0 commit comments

Comments
 (0)