Understanding the Issue
When Apple introduced Mail Privacy Protection, it changed the way emails are handled and reported. The main issue here is that Apple’s Mail app caches images in the background, which can affect the tracking pixel and the way opens are reported. This can lead to a situation where all opens from a specific client are reported as a single unique open.
The root cause of this issue is the way Apple’s Mail app handles images and the tracking pixel. The app caches images in the background, which can cause the tracking pixel to fire only once, resulting in a single unique open being reported.
This issue is specific to the Mail app on Apple devices and does not affect other email clients. Teams running Journey Builder and Automation Studio may need to adjust their reporting and analytics to account for this change.
Impact on Reporting
The impact of this issue on reporting can be significant. If all opens from a specific client are reported as a single unique open, it can affect the accuracy of the reporting and analytics. This can lead to incorrect conclusions being drawn about the effectiveness of email campaigns.
To mitigate this issue, teams can use other metrics, such as clicks and conversions, to measure the effectiveness of their email campaigns. They can also use A/B testing to determine the best subject lines, email content, and send times.
Workarounds and Solutions
While there is no straightforward solution to this issue, teams can use workarounds to improve the accuracy of their reporting. One workaround is to use Auto-Opens vs. Real Opens, which can help to distinguish between automated opens and actual opens.
example.code
/* example code */
var opens = [/* array of opens */];
var uniqueOpens = [];
for (var i = 0; i < opens.length; i++) {
if (opens[i].subscriberId !== uniqueOpens[uniqueOpens.length - 1].subscriberId) {
uniqueOpens.push(opens[i]);
}
}
Heads up: The above code is just an example and may need to be modified to fit your specific use case.
Checklist for Teams
- Understand the impact of Apple Mail Privacy Protection on email reporting
- Use other metrics, such as clicks and conversions, to measure the effectiveness of email campaigns
- Use A/B testing to determine the best subject lines, email content, and send times
- Consider using Auto-Opens vs. Real Opens to improve reporting accuracy
- Monitor and adjust reporting and analytics to account for the change
Frequently Asked Questions
What is Apple Mail Privacy Protection?
Apple Mail Privacy Protection is a feature that changes the way emails are handled and reported, affecting the accuracy of email reporting and analytics.
How does Apple Mail Privacy Protection affect email reporting?
Apple Mail Privacy Protection can cause all opens from a specific client to be reported as a single unique open, due to the way the email is routed through Apple's servers and the tracking pixel passes the subscriber ID.
What can teams do to mitigate the impact of Apple Mail Privacy Protection?
Teams can use other metrics, such as clicks and conversions, to measure the effectiveness of email campaigns, and use A/B testing to determine the best subject lines, email content, and send times.
Is there a workaround for the issue?
While there is no straightforward solution, teams can use workarounds, such as using Auto-Opens vs. Real Opens, to improve the accuracy of their reporting.
Need help shipping this in production?
Genetrix builds and untangles Salesforce Marketing Cloud and Agentforce setups for teams that want it done right the first time. If anything in this post sounds familiar, talk to us before it ships.