The 1×1 pixel that tells salespeople you read their email
Tools like Mercia, Mailtrack, and HubSpot know “what happens after you hit Send” with one old trick: a transparent image, one pixel square, with a unique URL. This demo lets you send, open, and block a tracked email in 3D — and shows why open rates are always a little bit of a lie.
How the trick works, step by step
- The tracker rewrites your outgoing email, appending
<img src="https://t.example.com/o/abc123.gif" width="1" height="1">— a unique ID per recipient. - The message travels normally through Gmail's SMTP servers. Nothing special yet.
- When the recipient's mail client renders the message, it requests that image from the tracking server.
- The server logs the request — timestamp, IP-derived location, user-agent (device) — and serves a transparent GIF. Your dashboard says “Opened, 2:03 AM, iPhone.”
Why open counts lie in both directions
Undercounting: corporate clients and privacy-minded users block remote images by default (flip the toggle above). The email is read; the pixel never fires; the tracker sees nothing.
Overcounting: Apple Mail Privacy Protection (since 2021) pre-fetches every image through Apple proxies whether or not the human ever opens the message — inflating opens and scrambling location data. Gmail proxies images too, hiding the reader's IP. Industry estimates put pixel accuracy at roughly 60–75% and falling.
The sturdier signal: link-click tracking. A click requires a human act, so serious senders treat opens as a weak hint and clicks/replies as the real metric.