Does MPP affect other metrics like clicks?

Still have a question, spotted an error, or have a better explanation or a source we should cite?

Short answer, clicks still work fine. Mail Privacy Protection only interferes with the tracking pixel that measures opens. Clicks happen in a completely different part of the stack.

When someone taps a link in your email, the request leaves their device and hits your link-tracking domain directly. You get the timestamp, the user agent, the click-through path, and everything downstream (conversions, form fills, purchases) exactly like you did before MPP existed.

The real damage is to anything that uses opens as an input. Click-to-open rate is the big one. CTOR is clicks divided by opens, and with Apple pre-fetching images on behalf of Mail users, the denominator is inflated by phantom opens that never happened in a human's field of view. So your CTOR looks worse than it actually is, and any lifecycle rule keyed off "hasn't opened in 90 days" is running on noisy data.

The practical fix isn't to throw opens out entirely. It's to demote them. Treat opens as a trend-line signal for comparing week over week on the same segment. Treat clicks, conversions, replies, and unsubscribes as your real decision-making metrics. Clicks are an intentional action someone chose to take, which is a much cleaner vote of interest than an image loading in a preview pane.

If you're rebuilding analytics around this, lean on webhooks to feed granular delivery and click events into your own warehouse, so you own the data even if ESP reporting shifts again. Keep watching your DMARC reports too, because the work that actually keeps mail reaching Apple inboxes (authentication, domain reputation, list hygiene) is where the engagement signal is quietly being decided now.

Want a second set of eyes on which of your metrics are still trustworthy? Review My Emails is happy to take a look.

Contributors

Who worked on this answer

Every name links to their profile. Every company links to their site. Real people, real accountability.

Ask an AI · tailored to your setup

Rebuild your reporting around metrics MPP can't touch.

I just read that MPP blocks opens but leaves clicks intact. I want to redesign my analytics and lifecycle rules so I stop relying on open-based signals. Help me figure out: 1. Which of my current metrics and automations are still trustworthy, and which are quietly broken 2. What to replace open-based segmentation (like "unopened in 90 days") with 3. How to explain the metric shift to stakeholders who still ask for open rate My setup: - ESP / platform: e.g. Klaviyo, Mailchimp, Customer.io, HubSpot - Primary audience device mix: iOS/Apple Mail heavy, mixed, mostly Gmail web - Current KPIs you report on: open rate, CTR, CTOR, conversions, etc. - Lifecycle rules that key off opens: list any sunset/re-engagement rules - Where analytics lives: ESP only, warehouse, product analytics tool

Edit the yellow boxes, then send to the AI of your choice.