An email marketer's worst nightmare

How a Tracking Pixel can Break Your Email


Last Friday we sent out a carefully tested interactive email, only to find that when it hit inboxes there was a huge problem. This is pretty much an email marketer’s worst nightmare! We thought we’d write about it here so that it hopefully doesn’t happen to you.

The Email

The idea was to send out our infographic from our industry survey with a few “hotspots” that would have additional content for curious readers. The hotspots work on hover for web or desktop clients, and on tap for mobile clients.

We tested the email in our system, as well as on a few phones so that we could play with the interactive features. Everything looked great!

What Went Wrong

Our ESP added a 1px tracking pixel to the email when it was sent out “for real.” This pixel wasn’t added to any of the testing emails, which is why we couldn’t see the problem. The email ended up looking like this on iPhone 5S, iOS9 on the final send:

Original Email

Original Email

Buggy final send

Buggy final send

The pixel, combined with a fluid container table which was set to “max-width: 600px;”, caused just enough extra space to trigger some kind of display bug in iOS. If the table had been set to “max-width: 602px;” or more, there would have been no issue. The same goes for the cellpadding=”0″ attribute, which would have saved our butts. You can check out the email code (and grab it to test the effects of the pixel for yourself) right here.

Lessons Learned

The main lesson we learned here is that a 1px tracking pixel can actually wreak quite a lot of havoc in a complex email! I would have never thought that something so tiny could have induced display issues like these.

What can be done about this in the future? If your ESP adds a tracking pixel to “test” sends, then you shouldn’t need to worry about this.

If not, one option is to add a fake tracking pixel where you know your ESP will add theirs. This will mimic the effects of a tracking pixel on your email. Another option would be to clone the campaign and do a “live send” to your testing system and phone to check if the added pixel will have an effect.

Email marketing is hard. We’ve all made mistakes or sent out broken campaigns. What unforeseen problems have you had? Let us know on Twitter or in the comments below!