Seeds
When is Chrome killing third-party cookies?
It isn't, at least not on the original schedule. After years of delays, Google reversed course in 2025 and decided not to force-deprecate third-party cookies...
Which browser blocks the most tracking?
By default, Brave blocks the most. It ships with aggressive ad and tracker blocking (Shields) on out of the box, stripping third-party scripts, cookies, and...
How do I test if my Safari tracking works?
Test in Safari specifically, because what passes in Chrome can still fail there. Open your site in Safari with Intelligent Tracking Prevention on (the default),...
What's the best Safari tracking solution for WooCommerce?
Server-side tracking from your own domain. Safari's Intelligent Tracking Prevention caps script-set first-party cookies at 7 days and blocks third-party cookies entirely, so any client-side...
Will Safari ever stop blocking tracking?
Almost certainly not. Privacy is a core part of how Apple positions Safari, and Intelligent Tracking Prevention has only tightened since it launched in 2017,...
How do I set Safari-friendly cookies?
Set cookies server-side over HTTP from your own first-party domain, not with JavaScript. Safari's Intelligent Tracking Prevention caps cookies written by document.cookie at 7 days,...
What attribution window works for Safari users?
With client-side cookies, Safari effectively caps your attribution window at 7 days, and at just 24 hours when the click arrives from a domain ITP...
Do local storage workarounds help with Safari?
No, localStorage doesn't get you around Safari's tracking limits. Apple's Intelligent Tracking Prevention caps script-writable storage, including localStorage set on a page with tracker-classified resources,...
Can I detect and handle Safari users differently?
Yes, you can detect Safari with the user agent string, but building separate code paths for Safari users is the wrong fix. Safari's Intelligent Tracking...
Should I use CNAME cloaking to bypass Safari?
No — Safari has detected CNAME cloaking since ITP 2.3 shipped in 2020, so it stopped working five years ago. When a subdomain like track.yoursite.com...
Which platform is best for WordPress/WooCommerce?
A WordPress-native server-side solution that captures events from WooCommerce PHP hooks and configures entirely within the WordPress admin. WordPress powers 43.4% of all websites, and...
What's the real cost difference between Transmute, Stape, and Taggrs?
The subscription costs are comparable — Stape runs $50–$300/month, Taggrs $49–$199/month, Transmute Engine $89/month. The real cost difference is developer dependency. Stape and Taggrs require...