Aller au contenu principal
← Back to blog
privacycookiestrackingITPATT

ITP, ATT, Third-Party Cookies: 2026 State of Play for Advertisers

ITP, ATT, third-party cookies: what is the real impact on your tracking in 2026? Complete overview and actionable solutions to minimize data loss.

Greg-Jordan Metoui
Greg-Jordan Metoui
Founder & Data Expert · May 11, 2026 · 7 min read

The Tracking Landscape in 2026: A Minefield

In 2026, advertisers face a more hostile tracking environment than ever. Between browser restrictions, operating system rules, and European regulations, 30 to 40% of conversions are lost if no mitigation measures are in place.

This is not a projection. It is what we see in the field, audit after audit. And the situation will only get worse if you do not adapt.

Here is the complete state of play and the solutions that work.

Safari ITP: The Most Aggressive Browser

What ITP (Intelligent Tracking Prevention) Does

Safari is the default browser on iPhone, iPad, and Mac. In France, it accounts for roughly 28% of web traffic (and up to 45% on mobile-heavy sites). Its ITP system is the most restrictive on the market:

ITP RestrictionImpact
First-party cookies via JavaScript: 7-day maximumThe _ga cookie (GA4) expires after 7 days — a returning visitor after 8 days is counted as new
First-party cookies via document.cookie with link decoration: 24 hoursIf the URL contains a gclid, fbclid, or utm_, the cookie is limited to 24h
Third-party cookies: blocked entirelyNo third-party cookie works on Safari
Partitioned localStorageStored data does not persist across contexts
Link decoration strippingSafari may remove certain tracking parameters from URLs

The Concrete Impact for You

On an e-commerce site with 30% Safari traffic:

  • Multi-session journeys are not tracked: a user who discovers your site on Monday and purchases on Saturday (6 days later) has a valid cookie. But if they purchase on Sunday (8 days), they appear as a new user
  • Campaign attribution is skewed: the GCLID is stored in a cookie. If that cookie expires, the conversion is not attributed to Google Ads
  • Retargeting audiences shrink: with 7-day cookies, your audience lists deplete rapidly

iOS ATT: The Opt-In That Changed Everything

App Tracking Transparency in Numbers

Since iOS 14.5 (April 2021), Apple requires a consent prompt for cross-app tracking. The numbers speak for themselves:

  • Global opt-in rate: 25-35% depending on industry (Appsflyer, 2025)
  • France: approximately 28% opt-in (slightly below the European average)
  • Impact on Meta Ads: estimated 30-40% loss of conversion signals on iOS
  • Impact on audiences: 50-60% reduction in iOS retargeting audiences

What This Means for the Web

ATT primarily impacts apps, but mobile web on Safari suffers indirect effects:

  • The Meta pixel in Safari iOS browser is doubly penalized (ITP + ATT)
  • SKAdNetwork (Apple’s attribution system) provides aggregated and delayed data
  • View-through conversions are virtually nonexistent on iOS

Chrome: Third-Party Cookies Survive (for Now)

Google’s U-Turn

After announcing the deprecation of third-party cookies in 2020 (originally scheduled for 2022, then 2024, then 2025), Google ultimately abandoned the plan in July 2024. Third-party cookies remain active in Chrome.

But be careful: the Privacy Sandbox is advancing in parallel.

Privacy Sandbox: The APIs Gradually Replacing Cookies

APIPurpose2026 Status
Topics APIReplace interest-based targetingAvailable, limited adoption
Attribution Reporting APIPrivacy-safe conversion measurementIn expanded testing
Protected Audience API (formerly FLEDGE)Retargeting without third-party cookiesAvailable, gradual adoption
Private State TokensReplace CAPTCHAs and anti-fraudIn development

Chrome accounts for 55-60% of traffic in France. While third-party cookies still work there, the Privacy Sandbox is nonetheless changing the rules for targeting and measurement.

Firefox ETP: Quiet but Effective

Firefox Enhanced Tracking Protection (ETP) has been enabled by default since 2019:

  • Third-party cookies: blocked for domains identified as trackers (Disconnect list)
  • Content trackers: blocked in private browsing
  • Fingerprinting: active protection
  • Cryptomining scripts: blocked

Firefox represents approximately 5-7% of traffic in France. The volume impact is smaller but adds to the overall erosion.

Quantifying Data Loss by Channel

Here is a realistic estimate of conversion data loss without any mitigation measures:

ChannelLoss SourceEstimated Loss
Google Ads (Search)ITP (cookie expiry), blockers15-25%
Google Ads (Display/YouTube)ITP, blockers, third-party cookies blocked on Safari/Firefox25-35%
Meta AdsITP, ATT, blockers, GDPR consent30-50%
TikTok AdsITP, ATT, blockers (pixel heavily blocked)35-55%
Organic traffic (SEO)ITP (fragmented sessions), GA4 blockers10-20%
Email marketingITP (multi-session attribution), Mail Privacy Protection15-25%

Weighted total for an average French e-commerce site: 25-40% of conversions lost.

Solutions That Work in 2026

1. Server-Side Tracking: The Foundational Solution

Server-side tracking solves the most critical problem: first-party cookies are set by the server, not by JavaScript.

How this bypasses ITP:

  • A cookie set via an HTTP Set-Cookie header from your own domain (first-party) is not subject to ITP’s 7-day limit
  • The cookie can have a lifespan of 13 months (recommended GDPR limit) instead of 7 days
  • Ad blockers cannot block requests to your own subdomain
Browser → tracking.yourdomain.com (GTM SS server)

          First-party cookie set via Set-Cookie header
          Lifespan: 390 days

          Data forwarded to GA4, Google Ads, Meta, etc.

Measured impact: server-side tracking recovers an average of 15-25% additional data compared to client-side alone on Safari.

Consent Mode V2 allows Google to statistically model conversions from users who refuse consent, based on the behavior of users who accepted.

  • Default denied mode in Europe
  • Google receives anonymized pings (no cookie, no identifier)
  • The algorithm models the missing conversions
  • Estimated recovery: 55-70% of conversions lost to consent refusal

3. Enhanced Conversions: First-Party Matching

Enhanced Conversions send hashed first-party data (email, phone) to Google to improve matching even when cookies have expired.

  • +5 to 15% additional conversions
  • Compatible with server-side tracking
  • SHA-256 hashing ensures data protection

4. Meta CAPI: Bypassing Blockers

Meta’s Conversions API sends events server-to-server, eliminating dependence on the browser pixel.

  • +20-30% accuracy in Meta conversion tracking
  • Improved EMQ (Event Match Quality) score
  • CPA improved by 13% on average

5. Structured First-Party Data Collection

The long-term strategy rests on direct first-party data collection:

  • Customer accounts with verified email
  • Loyalty programs
  • Newsletter signup forms
  • On-site behavioral data (searches, favorites, wishlists)

This data depends on no cookie and survives all restrictions.

Protection Strategy: Where to Start

PriorityActionImpactComplexity
1Consent Mode V2HighLow
2Enhanced ConversionsMedium-HighLow
3Meta CAPIHigh (if Meta is a major channel)Medium
4Server-side trackingVery highMedium-High
5First-party data strategyVery high (long-term)High

Order matters: start with quick wins (Consent Mode, Enhanced Conversions), then invest in server-side infrastructure.

Do Not React. Anticipate.

Tracking restrictions are not going to ease up. Every month without action means less data and underperforming campaigns. At chillmetrics, we deploy the full stack: server-side tracking, Consent Mode V2, CAPI, Enhanced Conversions — all configured, tested, and documented.

Let us handle your tracking installation and take back control of your conversion data.

Need help with this topic ?

Our expert consultants are here to help. Free quote within 48h.

Request a quote
Greg-Jordan Metoui
About the author
Greg-Jordan Metoui
Founder & Data Expert at chillmetrics

Data, tracking and analytics expert with 17+ years of experience. Helps companies build and execute their data collection and activation strategy.

Follow on LinkedIn →

Related Services

installation-trackingaudit-rgpd

Similar Articles

trackingGoogle Ads

World Cup 2026: How to Prepare Your Ad Tracking for the Year's Biggest Event

May 26, 2026
trackingMeta Ads

How to Audit Your Meta, TikTok and Google Ads Pixels in 30 Minutes

May 11, 2026
GDPRCNIL

CNIL Fines 2025-2026: What They Mean for Your Tracking Setup

May 11, 2026