File tree Expand file tree Collapse file tree 4 files changed +7
-19
lines changed Expand file tree Collapse file tree 4 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 1
- draft_date : 2024-10-28
2
- name : Attribution Reporting
3
- description : TODO
1
+ name : Attribution reporting
2
+ description : The Attribution Reporting API measures when an ad click or view leads to a conversion, such as a purchase on an advertiser site.
4
3
spec : https://wicg.github.io/attribution-reporting-api/
5
4
compat_features :
6
5
- api.HTMLAnchorElement.attributionSrc
7
6
- api.HTMLImageElement.attributionSrc
8
7
- api.HTMLScriptElement.attributionSrc
8
+ - api.Request.Request.init_attributionReporting_parameter
9
9
- api.XMLHttpRequest.setAttributionReporting
10
+ - api.fetch.init_attributionReporting_parameter
10
11
- html.elements.a.attributionsrc
11
12
- html.elements.iframe.allow.attribution-reporting
12
13
- html.elements.img.attributionsrc
@@ -16,8 +17,3 @@ compat_features:
16
17
- http.headers.Attribution-Reporting-Register-Trigger
17
18
- http.headers.Attribution-Reporting-Support
18
19
- http.headers.Permissions-Policy.attribution-reporting
19
-
20
- # The following features in the spec are already part of web-features:
21
- # - Fetch:
22
- # - api.Request.Request.init_attributionReporting_parameter
23
- # - api.fetch.init_attributionReporting_parameter
Original file line number Diff line number Diff line change 1
- # Generated from: attribution-reporting-api .yml
1
+ # Generated from: attribution-reporting.yml
2
2
# Do not edit this file by hand. Edit the source file instead!
3
3
4
4
status:
@@ -29,7 +29,9 @@ compat_features:
29
29
- api.HTMLAnchorElement.attributionSrc
30
30
- api.HTMLImageElement.attributionSrc
31
31
- api.HTMLScriptElement.attributionSrc
32
+ - api.Request.Request.init_attributionReporting_parameter
32
33
- api.XMLHttpRequest.setAttributionReporting
34
+ - api.fetch.init_attributionReporting_parameter
33
35
- html.elements.a.attributionsrc
34
36
- html.elements.img.attributionsrc
35
37
- html.elements.script.attributionsrc
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ compat_features:
22
22
- api.Request
23
23
- api.Request.Request
24
24
- api.Request.Request.cross_origin_stripped
25
- - api.Request.Request.init_attributionReporting_parameter
26
25
- api.Request.Request.init_referrer_parameter
27
26
- api.Request.Request.request_body_readablestream
28
27
- api.Request.Request.response_body_readablestream
@@ -79,6 +78,5 @@ compat_features:
79
78
- api.fetch
80
79
- api.fetch.authorization_removed_cross_origin
81
80
- api.fetch.blob_data_support
82
- - api.fetch.init_attributionReporting_parameter
83
81
- api.fetch.init_keepalive_parameter
84
82
- api.fetch.init_referrerPolicy_parameter
Original file line number Diff line number Diff line change @@ -455,11 +455,3 @@ compat_features:
455
455
# chrome_android: "124"
456
456
# edge: "124"
457
457
- api.Request.targetAddressSpace
458
-
459
- # baseline: false
460
- # support:
461
- # chrome: "125"
462
- # chrome_android: "125"
463
- # edge: "125"
464
- - api.Request.Request.init_attributionReporting_parameter
465
- - api.fetch.init_attributionReporting_parameter
You can’t perform that action at this time.
0 commit comments