Cherry Seed

Does Safari block Google Analytics?

safari itp intelligent tracking prevention ga4 cookie attribution data loss

Quick Answer

Safari doesn't block Google Analytics outright, but its Intelligent Tracking Prevention caps the GA4 _ga cookie at seven days, and at just 24 hours when the visit arrives from a link carrying ad parameters like gclid. The script still loads and pageviews still fire, so the dashboard looks healthy. The damage is quiet: a Safari visitor who returns after eight days is counted as a brand-new user, inflating unique counts and severing attribution past the cookie window. With Safari holding roughly 18% of global browser share (StatCounter, 2026), that gap is structural, not a rounding error you can ignore.

Full Answer

Start with what Safari leaves alone. The GA4 script loads, pageviews fire, and session data collects normally, which is why the problem hides in plain sight. What changes is cookie lifetime. Under Intelligent Tracking Prevention, the first-party _ga cookie that normally persists for two years is capped at seven days, and any visit that arrives with link decoration such as a gclid drops that ceiling to 24 hours.

That cap is where measurement breaks. When a Safari visitor returns after the window closes, GA4 has no prior identifier to match them against, so it files them as a new user. Returning customers become phantom first-timers, unique-visitor counts inflate, and any conversion that takes longer than a week to close loses its original source. For a store running paid traffic, the ad-click 24-hour cap is worse, because it severs the click from the eventual purchase entirely.

The reason client-side fixes do not help is that the limit lives in the browser, not in your tag setup. No amount of GA4 configuration extends a cookie Safari has already decided to expire. The durable answer is to move identity and event collection to a first-party server you control, where the visitor relationship is recorded server-side and sent to GA4 through the Measurement Protocol, independent of what Safari does to browser cookies. That is the difference between measuring around the restriction and pretending it isn't there.

Sources

Programmatic Access

GET https://seresa.io/wp-json/cherry-tree-by-seresa/v1/seeds/690

Cite This Answer

Cherry Tree by Seresa - https://seresa.io/seed/safari-browser-privacy/safari-advanced-tracking-protection-safari-blocks-google-analytics