Skip to content

Commit

Permalink
Add private click measurement (#2467)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel D. Beck <[email protected]>
  • Loading branch information
autonome and ddbeck authored Jan 8, 2025
1 parent fee4e05 commit ef5aa08
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
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: The `attributionsourceid` and `attributiondestination` attributes for `<a>` elements measure clicks across websites without associating a click to a specific session. Not to be confused with attribution reporting. Also known as PCM.
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 ef5aa08

Please sign in to comment.