Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add private click measurement #2467

Merged
merged 6 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
autonome marked this conversation as resolved.
Show resolved Hide resolved
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
Loading