Creating image pixels for email open tracking involves embedding a 1x1 transparent pixel within the HTML of the email. When a recipient opens the email and their email client loads images, a request is sent to a server which logs the event. For click tracking, UTM parameters are appended to URLs, allowing tracking of clicks in analytics platforms like Google Analytics, or URLs are rewritten to redirect through a tracking server. While some ESPs (like SendGrid and Klaviyo) offer built-in tracking, careful implementation is required to avoid deliverability issues. Important factors to consider are sender authentication (SPF, DKIM, DMARC), sender reputation, and transparency in URL rewriting.
11 marketer opinions
Creating image pixels for tracking email opens involves embedding a 1x1 transparent pixel (an HTML `<img>` tag) in the email. When the email is opened and images are displayed, the pixel is loaded, triggering a server request that logs the open event. For click tracking, UTM parameters are added to links to pass data to analytics platforms like Google Analytics, or URLs are rewritten to redirect through a tracking server. Platforms like SendGrid, Klaviyo and ActiveCampaign often have built-in tracking functionality.
Marketer view
Email marketer from Mailjet Blog explains that embedding a 1x1 transparent pixel within an email allows tracking of email opens. When the email is opened, the image is loaded, triggering a server request that logs the open event.
22 Jul 2024 - Mailjet Blog
Marketer view
Email marketer from HubSpot explains that Tracking URLs allow you to attribute traffic to the right source in HubSpot. These URLs are automatically generated when you create a link, and they'll help you understand which marketing efforts are driving the most traffic.
15 Jan 2025 - HubSpot
3 expert opinions
Creating tracking pixels and click tracking mechanisms requires careful implementation to avoid deliverability issues. Click tracking can be achieved through provided demo code, but it’s crucial to ensure sender authentication (SPF, DKIM, DMARC) and maintain a good sender reputation to avoid being flagged as spam. URL rewriting for click tracking must be transparent and ethical to prevent damage to sender reputation and blacklisting.
Expert view
Expert from Email Geeks shares demo code for click tracking, noting that pixel tracking is very similar, and provides a link to the code.
29 Nov 2021 - Email Geeks
Expert view
Expert from Word to the Wise shares that click tracking methods, particularly URL rewriting, should be implemented transparently and ethically. Abusing click tracking, such as redirecting users to unexpected destinations, can damage sender reputation and lead to blacklisting.
13 May 2023 - Word to the Wise
4 technical articles
Tracking email opens is achieved through web beacons (tracking pixels), which are 1x1 pixel images embedded in HTML emails. When an email is opened and the image is downloaded, the event is logged, capturing details like the email client and IP address. For click tracking, UTM parameters can be added to URLs to measure campaign performance in Google Analytics. Platforms like SendGrid and Klaviyo automate open tracking by embedding pixels and click tracking by rewriting URLs, providing analytics dashboards for campaign performance analysis.
Technical article
Documentation from Google explains how to create custom campaigns using UTM parameters to track clicks from emails. By adding parameters such as `utm_source`, `utm_medium`, and `utm_campaign` to URLs, you can accurately measure the performance of your email campaigns in Google Analytics.
28 Jan 2025 - Google
Technical article
Documentation from SendGrid explains that their platform automatically adds open and click tracking to emails. Open tracking works by embedding a pixel, while click tracking rewrites links to route them through SendGrid's servers for tracking purposes.
25 Apr 2024 - Twilio SendGrid
Are HTTP links penalized by spam filters in email marketing?
Are image-based emails a good practice, and what are the deliverability and accessibility implications?
Do images in emails affect deliverability?
Do ISPs re-fetch email tracking images, and what causes delayed email opens?
Do tracking pixels directly cause emails to be marked as spam?
Does Apple Mail Privacy Protection pre-fetch images from spam folders or only the inbox?
How accurate is email client market share data when Apple Mail intentionally opens messages?
How do tracking pixels in HTML emails work and can they be removed?