Skip to content

Commit ef5aa08

Browse files
autonomeddbeck
andauthored
Add private click measurement (#2467)
Co-authored-by: Daniel D. Beck <[email protected]>
1 parent fee4e05 commit ef5aa08

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: Private click measurement
2+
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.
3+
spec: https://privacycg.github.io/private-click-measurement/
4+
compat_features:
5+
- api.HTMLAnchorElement.attributionSourceId
6+
- html.elements.a.attributionsourceid
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Generated from: private-click-measurement.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
safari: "15.4"
8+
safari_ios: "15.4"
9+
compat_features:
10+
# baseline: false
11+
# support:
12+
# safari: "14.1"
13+
# safari_ios: "14.5"
14+
- html.elements.a.attributionsourceid
15+
16+
# ⬇️ Same status as overall feature ⬇️
17+
# baseline: false
18+
# support:
19+
# safari: "15.4"
20+
# safari_ios: "15.4"
21+
- api.HTMLAnchorElement.attributionSourceId

0 commit comments

Comments
 (0)