Skip to content

Commit

Permalink
move to feature
Browse files Browse the repository at this point in the history
  • Loading branch information
autonome committed Dec 20, 2024
1 parent da8a0b4 commit cacb315
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 19 deletions.
8 changes: 1 addition & 7 deletions features/attribution-reporting.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
name: Attribution reporting
description: The Attribution Reporting API measures when an ad click or view leads to a conversion, such as a purchase on an advertiser site.
spec:
- https://wicg.github.io/attribution-reporting-api/
- https://privacycg.github.io/private-click-measurement/
status:
compute_from: api.HTMLAnchorElement.attributionSrc
spec: https://wicg.github.io/attribution-reporting-api/
compat_features:
- api.HTMLAnchorElement.attributionSourceId
- api.HTMLAnchorElement.attributionSrc
- api.HTMLImageElement.attributionSrc
- api.HTMLScriptElement.attributionSrc
- api.Request.Request.init_attributionReporting_parameter
- api.Window.open.features_parameter_attributionsrc
- api.XMLHttpRequest.setAttributionReporting
- api.fetch.init_attributionReporting_parameter
- html.elements.a.attributionsourceid
- html.elements.a.attributionsrc
- html.elements.iframe.allow.attribution-reporting
- html.elements.img.attributionsrc
Expand Down
12 changes: 0 additions & 12 deletions features/attribution-reporting.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,3 @@ compat_features:
- html.elements.a.attributionsrc
- html.elements.img.attributionsrc
- html.elements.script.attributionsrc

# baseline: false
# support:
# safari: "14.1"
# safari_ios: "14.5"
- html.elements.a.attributionsourceid

# baseline: false
# support:
# safari: "15.4"
# safari_ios: "15.4"
- api.HTMLAnchorElement.attributionSourceId
6 changes: 6 additions & 0 deletions features/private-click-measurement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: Private click measurement
description: Private Click Measurement, or PCM, is an API for measuring ad clicks across websites.
spec: https://privacycg.github.io/private-click-measurement/
compat_features:
- api.HTMLAnchorElement.attributionSourceId
- html.elements.a.attributionsourceid
21 changes: 21 additions & 0 deletions features/private-click-measurement.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated from: private-click-measurement.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
safari: "15.4"
safari_ios: "15.4"
compat_features:
# baseline: false
# support:
# safari: "14.1"
# safari_ios: "14.5"
- html.elements.a.attributionsourceid

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# safari: "15.4"
# safari_ios: "15.4"
- api.HTMLAnchorElement.attributionSourceId

0 comments on commit cacb315

Please sign in to comment.