47
#mobileemail The Mobile Email Challenge Ros Hodgekiss, Campaign Monitor @yarrcat Ryan Riddle, ZURB @ryantriddle DIE ADAPT OR - -

Adapt or Die: The Mobile Email Challenge

Embed Size (px)

DESCRIPTION

## Session Summary Anyone who's had the grim pleasure of designing an HTML email newsletter knows that email is, well, broken. Designers quickly learn that wildly different CSS support between clients and a lack of email standards inevitably result in compromises, a scaled-back experience and broken dreams. And when the newsletter is finally delivered, most readers simply can't give two hoots about all that effort put in. Despite the totally crippled nature of CSS support in email, the lack of scripting and the ridiculous diversity of platforms and displays out there, there are email designers who are doing a great job of wrangling the medium. In this discussion between Ros Hodgekiss at Campaign Monitor and Ryan Riddle from ZURB, we'll be going beyond table layouts to show you what adventurous email designers are doing today - from CSS3 animation, to optimizing for mobile devices and more. If you send HTML email newsletters or notifications, you'll find out what techniques can be used in email, receive usability guidelines and be inspired by our round-up of highly effective designs. ## Key takeaways - Why newsletters and notifications are still a necessary evil - An understanding of the challenges that come with coding HTML email - Where email is being read and how - and why 'responsive email' is something you should be already be mastering - Fat finger UX - guidelines for creating emails that can be interacted with on both big and small devices - But wait, how do I get my clients onto this? - Examples of highly successful campaigns - and why they excelled - Resources for starting your HTML email adventure

Citation preview

Page 1: Adapt or Die: The Mobile Email Challenge

#mobileemail

The Mobile Email Challenge

Ros Hodgekiss, Campaign Monitor @yarrcat !

Ryan Riddle, ZURB @ryantriddle

DIEADAPT

OR --

Page 2: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 3: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 4: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 5: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 6: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 7: Adapt or Die: The Mobile Email Challenge

#mobileemail

Who is this for?

• Designers/Coders

• Marketers

• All of Us

Page 8: Adapt or Die: The Mobile Email Challenge

I’m RyanZURB

I’m RosCampaign Monitor

#mobileemail

Page 9: Adapt or Die: The Mobile Email Challenge

#mobileemail

EMAIL REFUSES TO DIE

Page 10: Adapt or Die: The Mobile Email Challenge

#mobileemail

76%Prefer to receive email

Page 11: Adapt or Die: The Mobile Email Challenge

#mobileemail

41%Read email on a mobile device

Page 12: Adapt or Die: The Mobile Email Challenge

#mobileemail

110%Confused

Page 13: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 14: Adapt or Die: The Mobile Email Challenge

#mobileemail

Challenges

• Terrible CSS Support in Email Clients

• Not Very Obvious Techniques / Workarounds

• Lack of Tools / Frameworks

• Usability Considerations with Mobile

Page 15: Adapt or Die: The Mobile Email Challenge

#mobileemail

Challenges

• Terrible CSS Support in Email Clients

• Not Very Obvious Techniques / Workarounds

• Lack of Tools / Frameworks

• Usability Considerations with Mobile

Page 16: Adapt or Die: The Mobile Email Challenge

#mobileemail

OUTLOOK GMAIL LOTUS NOTES…

Page 17: Adapt or Die: The Mobile Email Challenge

#mobileemail

But Wait!

• 41% of Opens are Recorded on a Mobile Device

• Web Fonts

• Responsive Techniques

• CSS3!

Page 18: Adapt or Die: The Mobile Email Challenge

#mobileemail

Panic Inc (panic.com)

Page 19: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 20: Adapt or Die: The Mobile Email Challenge

#mobileemail

Uber (uber.com)

Page 21: Adapt or Die: The Mobile Email Challenge

#mobileemail

Challenges

• Terrible CSS Support in Email Clients

• Not Very Obvious Techniques / Workarounds

• Lack of Tools / Frameworks

• Usability Considerations with Mobile

Page 22: Adapt or Die: The Mobile Email Challenge

#mobileemail

EMAIL HASN’T CAUGHT UP WITH THE WEB

Page 23: Adapt or Die: The Mobile Email Challenge

#mobileemail

TEMPLATES AND BOILERPLATES ARE OK…

Page 24: Adapt or Die: The Mobile Email Challenge

#mobileemail

FRAMEWORKS FTW!

Page 25: Adapt or Die: The Mobile Email Challenge

#mobileemail

Outlook first

Page 26: Adapt or Die: The Mobile Email Challenge

#mobileemail

Do progressive enhance.

Page 27: Adapt or Die: The Mobile Email Challenge

#mobileemail

Challenges

• Terrible CSS Support in Email Clients

• Not Very Obvious Techniques / Workarounds

• Lack of Tools / Frameworks

• Usability Considerations with Mobile

Page 28: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 29: Adapt or Die: The Mobile Email Challenge
Page 30: Adapt or Die: The Mobile Email Challenge
Page 31: Adapt or Die: The Mobile Email Challenge

#mobileemail

• Text Editors

• Browsers

• Testing Services

What Do We Use?

Page 32: Adapt or Die: The Mobile Email Challenge

#mobileemail

Inliners<style type="text/css"> .heading { color: #FFFFFF; } </style>

<p class="heading">Hello World</p>

Page 33: Adapt or Die: The Mobile Email Challenge

#mobileemail

Inliners<style type="text/css"> .heading { color: #FFFFFF; } </style>

<p class="heading" style="color: #FFFFFF;">Hello World</p>

Page 34: Adapt or Die: The Mobile Email Challenge

#mobileemail

Horror Story Break!

Page 35: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 36: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 37: Adapt or Die: The Mobile Email Challenge

#mobileemail

• VML Code Generators

• Ink Button Code

• Email Builders…

What Do We Use?

Page 38: Adapt or Die: The Mobile Email Challenge

#mobileemail

• Canvas video

Page 39: Adapt or Die: The Mobile Email Challenge

#mobileemail

Challenges

• Terrible CSS Support in Email Clients

• Not Very Obvious Techniques / Workarounds

• Lack of Tools / Frameworks

• Usability Considerations with Mobile

Page 40: Adapt or Die: The Mobile Email Challenge

Fat-Finger UX"What Guidelines Exist?" "How About Font Sizes?"

#mobileemail

Page 41: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 42: Adapt or Die: The Mobile Email Challenge

#mobileemail

• 30% Unsubscribe if an Email isUnreadable on Their Device

• Mobile-Optimized Emails Perform Better

• You're a Nice Person

So, Why Optimize?

Page 43: Adapt or Die: The Mobile Email Challenge

#mobileemail

• 60% of Subscribers on a Mobile Device

• A/B Test Results:

• +7.66% Clicks

• +15.63% "Read" Engagement on Mobile

• +8.82% "Read" Engagement Overall

Case Study: Crocs

DEG Digital (degdigital.com)

Page 44: Adapt or Die: The Mobile Email Challenge

#mobileemail

Page 45: Adapt or Die: The Mobile Email Challenge

#mobileemail

What We Want You To Do

• Designers/Coders

• Be an Early Adopter, Experiment

• Marketers

• Prioritize Mobile

• It Will Never Be Pixel Perfect

Page 46: Adapt or Die: The Mobile Email Challenge

#mobileemail

Become an Email Hero!

• Get Wise:

• campaignmonitor.com/blog

• zurb.com/university

• Talk to Us!

Page 47: Adapt or Die: The Mobile Email Challenge

#mobileemail

The Mobile Email Challenge

Ros Hodgekiss, Campaign Monitor @yarrcat !

Ryan Riddle, ZURB @ryantriddle

DIEADAPT

OR --