demo · v144 · removal

Migration Probe

Chrome 144 removes the Attribution Reporting API. The probe below checks what's gone from your build and lists the documented replacement: first-party conversion + the Privacy Sandbox successors.

surfacestatuswhere to go
running probe…

migration cheatsheet

// REMOVED in Chrome 144
<a attributionsrc="..." href="...">...</a>        // attribute ignored
document.head.appendChild(meta[name="attribution-reporting-eligible"])

// SAFER
1. Aggregate / first-party conversion measurement on your own server.
2. Privacy Sandbox successors — see Private Aggregation API (also being removed)
3. Server-side CAPI integrations with your ad partner.

see also

scenario focus

Select a scenario to focus its rendered example and summary.