Seeds
Does Safari block Facebook Pixel?
Yes — Safari doesn't ban the Facebook Pixel outright, but its Intelligent Tracking Prevention strips most of what the Pixel relies on. Third-party facebook.com cookies...
What is the Safari 7-day cookie limit?
Safari expires any cookie written by JavaScript after seven days. WebKit set the rule in ITP 2.1 (February 2019): persistent cookies created through document.cookie are...
How do I track users who take more than 7 days to convert?
Capture their email address early in the journey and use it as the persistent identifier that survives cookie expiration. When a visitor provides their email...
Can server-side tracking bypass the 7-day limit?
Server-side tracking addresses the seven-day limit through two mechanisms. First, a genuine first-party server can set cookies via HTTP response headers that Safari does not...
Why does Safari delete my analytics cookies?
Safari does not distinguish between analytics cookies and tracking cookies — Intelligent Tracking Prevention applies the seven-day JavaScript cookie cap to all first-party cookies set...
What happens when Safari detects link decoration?
Safari reduces the JavaScript cookie lifespan from seven days to just 24 hours. Link decoration detection activates when Safari classifies the referring domain as a...
Why did my customer journey data disappear after a week?
Safari deleted the cookies that linked your visitor's sessions together. When a JavaScript-set cookie expires after seven days under Safari ITP, GA4 loses the identifier...
Does Microsoft Edge have tracking protection?
Yes. Microsoft Edge ships Tracking Prevention with three levels, Basic, Balanced (the default), and Strict, built on Microsoft's own tracker categories from Disconnect-style lists. Balanced...
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...