Skip to content

Commit 54da9a9

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.0.1.
1 parent cad705c commit 54da9a9

11 files changed

+571
-329
lines changed

ed/algorithms/prefetch.json

Lines changed: 33 additions & 36 deletions
Large diffs are not rendered by default.

ed/algorithms/privacy-preserving-attribution.json

Lines changed: 55 additions & 37 deletions
Large diffs are not rendered by default.

ed/dfns/privacy-preserving-attribution.json

Lines changed: 75 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,10 @@
182182
"linkingText": [
183183
"intermediary site"
184184
],
185-
"localLinkingText": [],
185+
"localLinkingText": [
186+
"intermediary",
187+
"intermediaries"
188+
],
186189
"type": "dfn",
187190
"for": [],
188191
"access": "private",
@@ -500,6 +503,27 @@
500503
},
501504
"definedIn": "dt"
502505
},
506+
{
507+
"id": "dom-attributionimpressionoptions-conversioncallers",
508+
"href": "https://w3c.github.io/ppa/#dom-attributionimpressionoptions-conversioncallers",
509+
"linkingText": [
510+
"conversionCallers"
511+
],
512+
"localLinkingText": [],
513+
"type": "dict-member",
514+
"for": [
515+
"AttributionImpressionOptions"
516+
],
517+
"access": "public",
518+
"informative": false,
519+
"heading": {
520+
"id": "save-impression-api",
521+
"href": "https://w3c.github.io/ppa/#save-impression-api",
522+
"title": "Saving Impressions",
523+
"number": "3.4"
524+
},
525+
"definedIn": "dt"
526+
},
503527
{
504528
"id": "dom-attributionimpressionoptions-lifetimedays",
505529
"href": "https://w3c.github.io/ppa/#dom-attributionimpressionoptions-lifetimedays",
@@ -768,10 +792,10 @@
768792
"definedIn": "dt"
769793
},
770794
{
771-
"id": "dom-attributionconversionoptions-intermediarysites",
772-
"href": "https://w3c.github.io/ppa/#dom-attributionconversionoptions-intermediarysites",
795+
"id": "dom-attributionconversionoptions-impressioncallers",
796+
"href": "https://w3c.github.io/ppa/#dom-attributionconversionoptions-impressioncallers",
773797
"linkingText": [
774-
"intermediarySites"
798+
"impressionCallers"
775799
],
776800
"localLinkingText": [],
777801
"type": "dict-member",
@@ -868,7 +892,7 @@
868892
"id": "permission-policy",
869893
"href": "https://w3c.github.io/ppa/#permission-policy",
870894
"title": "Permissions Policy Integration",
871-
"number": "3.6"
895+
"number": "3.8"
872896
},
873897
"definedIn": "prose"
874898
},
@@ -889,7 +913,7 @@
889913
"id": "permission-policy",
890914
"href": "https://w3c.github.io/ppa/#permission-policy",
891915
"title": "Permissions Policy Integration",
892-
"number": "3.6"
916+
"number": "3.8"
893917
},
894918
"definedIn": "prose"
895919
},
@@ -996,6 +1020,27 @@
9961020
},
9971021
"definedIn": "table"
9981022
},
1023+
{
1024+
"id": "impression-conversion-callers",
1025+
"href": "https://w3c.github.io/ppa/#impression-conversion-callers",
1026+
"linkingText": [
1027+
"Conversion Callers"
1028+
],
1029+
"localLinkingText": [],
1030+
"type": "dfn",
1031+
"for": [
1032+
"impression"
1033+
],
1034+
"access": "private",
1035+
"informative": false,
1036+
"heading": {
1037+
"id": "impression-store-contents",
1038+
"href": "https://w3c.github.io/ppa/#impression-store-contents",
1039+
"title": "Contents",
1040+
"number": "4.1.1"
1041+
},
1042+
"definedIn": "table"
1043+
},
9991044
{
10001045
"id": "impression-timestamp",
10011046
"href": "https://w3c.github.io/ppa/#impression-timestamp",
@@ -1517,10 +1562,10 @@
15171562
"definedIn": "table"
15181563
},
15191564
{
1520-
"id": "validated-conversion-options-intermediary-sites",
1521-
"href": "https://w3c.github.io/ppa/#validated-conversion-options-intermediary-sites",
1565+
"id": "validated-conversion-options-impression-callers",
1566+
"href": "https://w3c.github.io/ppa/#validated-conversion-options-impression-callers",
15221567
"linkingText": [
1523-
"Intermediary Sites"
1568+
"Impression Callers"
15241569
],
15251570
"localLinkingText": [],
15261571
"type": "dfn",
@@ -1754,6 +1799,27 @@
17541799
},
17551800
"definedIn": "dt"
17561801
},
1802+
{
1803+
"id": "save-impression-conversion-callers",
1804+
"href": "https://w3c.github.io/ppa/#save-impression-conversion-callers",
1805+
"linkingText": [
1806+
"conversion-callers"
1807+
],
1808+
"localLinkingText": [],
1809+
"type": "dfn",
1810+
"for": [
1811+
"save-impression"
1812+
],
1813+
"access": "private",
1814+
"informative": false,
1815+
"heading": {
1816+
"id": "http-api",
1817+
"href": "https://w3c.github.io/ppa/#http-api",
1818+
"title": "HTTP API",
1819+
"number": "5"
1820+
},
1821+
"definedIn": "dt"
1822+
},
17571823
{
17581824
"id": "save-impression-histogram-index",
17591825
"href": "https://w3c.github.io/ppa/#save-impression-histogram-index",

ed/headings/privacy-preserving-attribution.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,26 @@
129129
"title": "Requesting Attribution for a Conversion",
130130
"number": "3.5"
131131
},
132+
{
133+
"id": "intermediaries",
134+
"href": "https://w3c.github.io/ppa/#intermediaries",
135+
"level": 3,
136+
"title": "Role of Intermediaries",
137+
"number": "3.6"
138+
},
139+
{
140+
"id": "histogram-definition",
141+
"href": "https://w3c.github.io/ppa/#histogram-definition",
142+
"level": 3,
143+
"title": "Histogram Construction",
144+
"number": "3.7"
145+
},
132146
{
133147
"id": "permission-policy",
134148
"href": "https://w3c.github.io/ppa/#permission-policy",
135149
"level": 3,
136150
"title": "Permissions Policy Integration",
137-
"number": "3.6"
151+
"number": "3.8"
138152
},
139153
{
140154
"id": "api-internals",

ed/idl/privacy-preserving-attribution.idl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dictionary AttributionImpressionOptions {
2727
required unsigned long histogramIndex;
2828
unsigned long matchValue = 0;
2929
sequence<USVString> conversionSites = [];
30+
sequence<USVString> conversionCallers = [];
3031
unsigned long lifetimeDays = 30;
3132
};
3233

@@ -47,7 +48,7 @@ dictionary AttributionConversionOptions {
4748
unsigned long lookbackDays;
4849
sequence<unsigned long> matchValue = [];
4950
sequence<USVString> impressionSites = [];
50-
sequence<USVString> intermediarySites = [];
51+
sequence<USVString> impressionCallers = [];
5152

5253
AttributionLogic logic = "last-touch";
5354
unsigned long value = 1;

0 commit comments

Comments
 (0)