Apple MPP and Engagement Metric Reliability in 2026: What iOS 18 Changed and What Operators Should Track Instead

← Operational Notes

Apple MPP and Engagement Metric Reliability in 2026: What iOS 18 Changed and What Operators Should Track Instead

 February 12, 2025 ·  16 min read ·  Sigrid Andersen

Apple Mail Privacy Protection, introduced in September 2021, has become the single most consequential change to email engagement measurement in the past decade. By 2026, MPP drives approximately half of all reported email opens across the industry. Senders who rely on open rate as a primary engagement metric for segmentation, suppression, warming validation, or deliverability decisions are working with data that is fundamentally corrupted for a substantial portion of their audience. The corruption is not subtle. Reported open rates have inflated by 15-20 percentage points industry-wide, and the gap between reported and actual engagement keeps the metric from being useful as anything other than a deliverability canary.

iOS 18 added a second layer to the privacy picture: Link Tracking Protection that strips UTM parameters from URLs opened in Apple Mail and Safari. The effect on click attribution is meaningful enough to be a separate engineering problem from the original MPP impact on opens. This note covers both, focuses on the operational decisions affected at the infrastructure layer rather than the marketing analytics layer, and ends with concrete substitution patterns for the engagement-based logic that MPP has rendered unreliable.

~49-58%
Share of all email opens processed through Apple Mail in 2026
15-20pp
Typical open-rate inflation industry-wide post-MPP rollout
iOS 18
Link Tracking Protection strips UTM parameters from Mail and Safari
Sept 2021
MPP launched with iOS 15, iPadOS 15, and macOS Monterey

The current state of MPP in 2026

MPP has reached operational saturation. The vast majority of iOS, iPadOS, and macOS devices using Apple Mail run with MPP enabled, and the feature has propagated through five years of OS updates with no meaningful rollback in adoption. Litmus's 2026 email analytics reports approximately 58% of email opens being processed through Apple Mail. Other analytical sources place the figure between 49% and 55%, with the variation reflecting different audience compositions. For B2C senders in markets with high iPhone penetration (United Kingdom, Australia, Canada, parts of continental Europe), the proportion trends higher. For B2B senders or those with predominantly desktop-using audiences, the proportion is lower but still substantial.

A key nuance that is often missed: MPP applies to the Apple Mail app regardless of the underlying email provider. A recipient whose primary email address is Gmail-hosted but who reads their mail through Apple Mail on an iPhone still triggers MPP-driven open events. The Gmail segment of a sender's audience therefore also contains MPP-inflated data. Senders who assume MPP only affects iCloud or @me.com addresses are working with an incomplete model.

The reverse is also worth knowing: MPP does not affect Apple devices in general, only the Apple Mail app. An iPhone user who reads their email through the Gmail iOS app, the Outlook iOS app, or any third-party mail client does not trigger MPP. Senders who segment by device cannot use device type alone to identify MPP-affected addresses; the segmentation has to use mail-client signals (which are themselves often inferred rather than directly observed), which is one reason MPP detection is imperfect even on platforms that explicitly try to filter MPP opens out of their analytics.

How MPP actually works: the two-relay proxy

Understanding the mechanism is helpful for understanding what MPP can and cannot affect.

Apple MPP two-relay proxy architecture
[Apple Mail App] → [Relay 1 (knows IP, not content)] → [Relay 2 (knows content, not IP)] → [Origin server]

• Relay 1 sees: recipient IP address
• Relay 2 sees: the email content being fetched
• Neither relay sees both simultaneously
• Content (including tracking pixels) is pre-fetched on delivery, not on open
• The recipient's actual interaction is invisible to the sender

When MPP is enabled, Apple Mail does not deliver emails directly to the user. Instead, the system routes the message through two separate proxy relays operated by different parties. The first relay knows the recipient's IP address but not the content being fetched; the second knows the content but not the IP. The architecture intentionally prevents any single party from correlating identity with email activity. From Apple's perspective, this matches the company's broader privacy positioning around cross-app tracking, third-party cookies, and fingerprinting reduction.

The consequence for senders is that the tracking pixel inside the email body is fetched by Apple's proxy infrastructure on delivery, not by the recipient on open. Every email delivered to an MPP-enabled recipient registers as opened immediately upon delivery, regardless of whether the recipient ever actually reads the message. Some sources distinguish between the immediate "machine open" event and any subsequent "real" opens by the user, but the latter is essentially undetectable because the pixel was already fetched on delivery. Once Apple's proxy has loaded the content, no subsequent recipient interaction produces a distinguishable signal.

The architectural detail that matters for operators is that MPP does not affect click events. Clicks require the recipient to actually interact with the email, follow a link, and produce a request to the destination URL. Apple's proxy does not pre-fetch links. A click registered by the sender's tracking system reflects an actual human action. This is why click-through rate remains the most reliable engagement signal in the MPP era.

Scale of the impact in 2026

The scale is now well documented. Pre-MPP commercial open rates averaged 20-25% across most industries. Post-MPP reported open rates average 35-55% depending on industry, with the inflation concentrated in the proportion of the audience that uses Apple Mail. The Twillio SendGrid analysis from late 2025 identified 49.29% of all tracked opens as MPP-generated. Litmus places the figure at 58%. Other ESPs (Mailchimp, Klaviyo, Brevo) have published their own figures within a similar range, with variation reflecting the audience characteristics of each ESP's customer base.

The dispersion across industries is informative:

Sector / RegionReported open rate rangeEstimated real range after MPP adjustment
B2C ecommerce, US35-45%~20-28%
B2C ecommerce, UK/EU40-55%~22-30%
SaaS / B2B technology20-35%~12-22%
News and media newsletters30-50%~18-30%
Transactional (receipts, password resets)60-85%~50-70%
Education and non-profit40-55%~25-35%

The dispersion is large enough that comparing your reported rates against industry benchmarks without adjusting for MPP audience composition is essentially meaningless. A B2C sender with 38% reported opens may be performing exceptionally well (if MPP inflation is the explanation for the high number) or unremarkably (if their MPP-driven proportion is below industry average). The benchmark conversation has become less useful as the underlying metric has become less reliable.

iOS 18 additions: Link Tracking Protection and inbox redesign

iOS 18 expanded Apple's privacy posture in email beyond MPP's original open-tracking impact. Several changes affect what operators see.

Link Tracking Protection

Strips UTM parameters and similar tracking IDs from URLs opened in Apple Mail and Safari Private Browsing.

AI-generated previews

Apple Intelligence summarises message content for the inbox preview; the summary may differ from the original preview text.

New inbox categories

Primary, Transactions, Updates, and Promotions categories now sort messages automatically based on classification.

Branded sender icons (BIMI)

BIMI-compliant senders show their logo next to messages; non-BIMI senders show generic icons.

Digest-style views

Newsletter and promotional messages may be grouped into digest views rather than shown individually in the primary inbox.

The Link Tracking Protection change is the most operationally significant addition. UTM parameters (utm_source, utm_medium, utm_campaign), Facebook's fbclid, Google's gclid, and several other tracking identifiers are stripped from URLs when those URLs are opened in Apple Mail. The click event itself still registers because the underlying click happens; what is lost is the attribution information that downstream analytics platforms use to identify which campaign or source produced the click. The effect on the data is that a meaningful portion of click traffic in Google Analytics, Adobe Analytics, and similar platforms now appears as direct or referral traffic rather than as email-attributed traffic.

Workarounds exist. Some senders have started using server-side redirects that capture UTM information before the browser ever loads the destination, then strip the parameters before serving the redirect target. This pattern preserves attribution at the cost of an additional redirect hop. Others have moved to fingerprinting-based attribution that does not depend on URL parameters. Neither approach fully restores the pre-iOS 18 attribution clarity, but both can recover meaningful portions of the lost data.

The inbox redesign features (categories, branded icons, digest views) affect message visibility rather than tracking. Operators should note that BIMI compliance produces a visible inbox advantage in iOS 18: branded sender icons next to BIMI-eligible messages produce stronger visual identification and probably higher open rates from users who recognise the brand. The benefit accrues to senders who have completed DMARC enforcement at p=quarantine or stricter, which is the prerequisite for BIMI eligibility.

Infrastructure decisions affected by MPP data

The deliverability implications extend beyond marketing analytics. Sending infrastructure decisions that use open rate data as a signal are affected in specific ways that operators should know:

Engagement-based suppression. Programmes that suppress contacts with no opens in 90 or 180 days are now suppressing on corrupted data. Apple Mail users who have not actually opened email in months appear engaged because their pixel was pre-fetched on delivery. These contacts are consuming sending volume, contributing to complaint risk, and potentially harming domain reputation at non-Apple ISPs where true engagement is lower than the suppression logic assumes. The corrective pattern: replace open-based suppression with click-or-conversion-based suppression, lengthening the suppression window to compensate for the reduced signal density.

IP warming validation. Warming programmes that use open rate to validate warming progress are seeing artificially elevated engagement signals from Apple Mail addresses in the warming list. The IP may appear to be warming successfully while Gmail-specific engagement, which is not affected by MPP, tells a different story. The corrective pattern: validate warming progress against Gmail Postmaster Tools domain reputation rather than against open-rate signals; check ISP-specific click rates rather than blended click rates across all ISPs.

Send-time optimisation. Algorithms that optimise send time based on when recipients previously opened are now optimising based on when Apple's proxy fetched the pixel, which is immediately upon delivery. The signal provides no useful send-time information for Apple Mail recipients. The corrective pattern: send-time optimisation should use click events rather than open events, accept that the signal is weaker (clicks are rarer than opens), and apply broader time windows or default to industry-standard send windows for the Apple Mail-identified portion of the audience.

Re-engagement campaign triggering. Workflows that trigger re-engagement based on "no opens in 60 days" produce artificially small re-engagement audiences because MPP-inflated opens mask the actual disengagement. The corrective pattern: trigger re-engagement on absence of clicks rather than absence of opens, lengthen the no-engagement window, and accept that the re-engagement audience is larger than the open-rate-based logic suggests but that the larger audience is closer to the real disengagement population.

List quality assessment. Programmes that assess list quality through open-rate metrics overestimate engagement and underestimate the true proportion of unengaged contacts on the list. The corrective pattern: assess list quality through click rates, FBL complaint rates, and bounce rates, all of which remain unaffected by MPP. Maintain awareness that the open-rate-based view of list health is rosier than reality, and adjust expectations accordingly.

The reliable signals that remain

Engagement signal reliability in the 2026 post-MPP era
Open rate
Corrupted
Unreliable
UTM-based click attribution
Partial
Partial (iOS 18)
Total click count
Reliable
Reliable
Click-through rate (CTR)
Reliable
Reliable
Conversion rate
Reliable
Reliable
Reply rate
Reliable
Reliable
FBL complaint rate
Reliable
Reliable
Bounce rate
Reliable
Reliable
Gmail Postmaster reputation
Reliable
Reliable

Click-through rate is unaffected by MPP because clicks require genuine user action that Apple's proxy does not replicate. Reply rate is unaffected. Conversion rate is unaffected. FBL complaint rate is unaffected (complaints are reported through ISP-level feedback loops that operate independently of pixel-based open tracking). Bounce rate is unaffected. Gmail Postmaster Tools domain reputation is unaffected and remains the most reliable single-source signal for overall deliverability health.

The click attribution caveat is worth restating. The total click count at the ESP level remains valid because the click event still happens. The downstream attribution layer (Google Analytics, Adobe Analytics, marketing automation campaign attribution) is partial because UTM parameters are stripped in iOS 18 Mail and Safari. Click counts at the ESP are trustworthy; campaign-level attribution for those clicks is less so without additional engineering work.

Field observation: warming validation reset after MPP-blind assessment

A new client in early 2025 had been validating their IP warming progress against blended open rates, which showed steady 38-42% open performance suggesting the warming was going well. Gmail Postmaster Tools reputation, which was not consulted during the warming, showed Medium-Low reputation throughout the warming period. The IP was actually producing poor engagement at Gmail despite the apparent open-rate health. We restarted the warming using Gmail Postmaster reputation and click-through rate as the primary signals; the open rate was tracked but not used for warming decisions. The corrected warming took an additional six weeks but produced a stable High reputation at Gmail by the end. The lesson: warming validation through MPP-corrupted opens can declare success on infrastructure that is actually performing poorly at non-Apple receivers.

Engagement-based segmentation in the MPP era

Segmentation logic that previously used opens as the primary engagement signal needs to be rewritten. The substitution is not just "use clicks instead of opens" because click events are rarer than open events and the segmentation logic needs to accommodate the difference.

For high-engagement segmentation (identifying your most-engaged contacts):

  • Replace: opened 5+ messages in last 30 days
  • With: clicked any link in last 60-90 days, OR replied to any message in last 90 days, OR converted on a landing page in last 90 days

For low-engagement segmentation (identifying disengaged contacts):

  • Replace: no opens in last 90 days
  • With: no clicks in last 180-365 days AND no replies AND no conversions; lengthen window because clicks are rarer than opens were

For send-time targeting:

  • Replace: recipient-specific optimal send time based on past open timestamps
  • With: recipient-specific send time based on click timestamps (where available) or industry-default send windows for the audience type

The general pattern is that click-based segmentation produces smaller engagement sets than open-based segmentation did, which is appropriate because the click-based set is closer to the true engagement population. Segments built on opens were inflated by MPP; the post-MPP segmentation simply makes the inflation visible by switching to a metric that does not have the inflation.

Suppression logic that works with corrupted opens

Suppression logic is the area where MPP-blind decisions produce the most operational damage, because unengaged Apple Mail users continue to receive sends they will not interact with, contributing to complaint risk and reputation damage at the same time the open-rate dashboard suggests everything is fine.

Common suppression mistake we still see in 2026

Programmes that suppress contacts based purely on "no opens in 90 days" continue suppressing aggressively against non-Apple-Mail users (who are correctly identified as disengaged) while leaving Apple-Mail users on the list indefinitely (because MPP-inflated opens make them appear engaged). The result is a list that gradually becomes Apple-Mail-heavy with poor true engagement, which damages reputation at non-Apple ISPs because the cross-ISP engagement pattern looks artificial. The corrective pattern requires the click-based or conversion-based suppression criterion described above, not just longer time windows applied to the same open-based logic.

The corrected suppression pattern:

Suppression classPre-MPP logicPost-MPP corrected logic
Light suppression (reduce frequency)No opens in 30 daysNo clicks in 60-90 days
Moderate suppression (skip campaigns)No opens in 90 daysNo clicks or conversions in 180 days
Hard suppression (remove from list)No opens in 180 daysNo clicks, conversions, or replies in 365 days, plus passed verification check
Apple Mail-specific suppressionn/aLonger windows + click-only criteria; do not use any open data

BIMI, branded icons, and the new inbox categories

The iOS 18 inbox redesign introduced category-based sorting (Primary, Transactions, Updates, Promotions) and BIMI-driven branded sender icons. Both affect message visibility in ways that intersect with engagement.

BIMI compliance produces visible inbox advantage in iOS 18. Branded sender icons next to BIMI-eligible messages create stronger visual identification and tend to produce higher open rates from users who recognise the brand. The benefit accrues to senders who have completed DMARC enforcement at p=quarantine or stricter, which is the prerequisite for BIMI eligibility. Senders without DMARC enforcement see generic icons next to their messages; the visual gap is operationally meaningful for brand recognition and recipient trust.

The new inbox categories affect message placement in ways that operators should monitor. Promotional messages that land in the Promotions category may produce lower engagement than the same messages would have produced in the primary inbox, even though Apple's categorisation is intended to help users rather than hurt senders. The corrective pattern is similar to what Gmail's Promotions tab produced: respect the user's categorisation, do not try to spoof transactional formatting on marketing messages (which produces trust-gap problems with both Apple and users), and focus on the engagement quality within the appropriate category rather than fighting for placement in the primary inbox.

Engagement strategy selector

The interactive selector below produces a recommended engagement-measurement strategy based on audience profile and program goals.

Engagement strategy for your specific audience

Recommended engagement strategy
  • Computing...

Operational summary

The summary worth carrying away. Open rate has become a deliverability canary rather than an engagement metric. Use it to detect sudden drops that signal deliverability problems, not to identify engaged or disengaged contacts. Use clicks, conversions, replies, and FBL complaint rates as the engagement metrics that infrastructure decisions depend on. Validate IP warming through Gmail Postmaster reputation rather than blended open rates. Trigger re-engagement on click absence rather than open absence. Lengthen the time windows on engagement-based suppression to compensate for the lower signal density of click events compared to opens.

The infrastructure-layer pattern that works in 2026:

  • Treat opens as a coarse trend indicator, useful for detecting sudden deliverability issues but not for fine-grained segmentation
  • Build segmentation, suppression, and warming logic on click events and downstream signals (conversions, replies)
  • Monitor Gmail Postmaster Tools daily for IP and domain reputation; this signal is not affected by MPP
  • Configure ESP-level MPP filtering where available to remove machine opens from segmentation logic
  • For iOS 18 attribution, accept partial UTM loss; recover lost attribution through server-side parameter capture or fingerprinting where the attribution matters for downstream analytics
  • Complete DMARC enforcement and BIMI eligibility to benefit from iOS 18 branded icon visibility

None of these adjustments are technically complex. The hardest part is institutional: convincing the analytics and marketing teams that the open-rate dashboards they have been reading for five years are largely fiction, and that the click-based metrics produce smaller-looking engagement numbers that more accurately reflect reality. The decision-making at the infrastructure layer should not wait for the analytics team's culture change to complete; operators can adjust warming, suppression, and send-time logic independently of marketing's reporting practices.

S
Sigrid Andersen

SMTP Configuration Specialist at Cloud Server for Email. Works on production deliverability infrastructure and engagement signal analysis. Related notes: content scoring systems and what triggers them, building a multi-brand sending architecture, PowerMTA reference.