SlideShare a Scribd company logo
1 of 56
Easy Reading on the Go:
How to Optimize Emails for
Mobile Phones
#12NTCmobileemail




Cameron Lefevre
M+R Strategic Services

Lindsey Twombly
Human Rights Campaign
Evaluate This Session!
Each entry is a chance to win an NTEN engraved iPad!




          or Online at www.nten.org/ntc/eval
Sample Mobile Optimized Email
Receive a mobile-optimized email from HRC:
www.hrc.org/ntc




                  Easy Reading on the Go     Slide 2
Today
1. The Rise of the Smartphone

2. How Mobile Devices Affect Email Marketing

3. Tracking Mobile Usage

4. How to Optimize Email for Mobile!




                   Easy Reading on the Go      Slide 3
The Rise of the Smartphone




        Easy Reading on the Go   Slide 4
Smartphone Owners in the U.S.
                                                   101 million


                                    66 million

                43 million

  21 million


  August 2008   January 2010        January 2011   January 2012



                      Easy Reading on the Go                      Slide 5
New Phone Purchases




            Easy Reading on the Go   Slide 6
U.S. Smartphone Market Share by OS
INSERT Chart of the most popular smartphones




                          Easy Reading on the Go   Slide 7
People Reading Email on Mobile Phones
                   Almost every day     At least once a month

                                                                89 million

                                 70 million


    51 million




   November 2009              November 2010                November 2011



                             Easy Reading on the Go                          Slide 8
In other words…


         1 in 5 Americans
  reads email on their mobile phone
         almost every day!




             Easy Reading on the Go   Slide 9
How Mobile Phones
Affect Email Marketing




      Easy Reading on the Go   Slide 10
How are mobile phones affecting HRC?
We evaluated the following:

1. Percentage of emails opened on mobile phones

2. Percentage of email clicks from mobile phones

3. Percentage of advocacy and fundraising responses submitted on mobile
   phones

4. Advocacy and fundraising page completion rates

5. Most popular mobile phones being used




                              Easy Reading on the Go                Slide 11
Emails Opened on Mobile Phones


                                  17% of Opens

                                  24% of Opens
                                  within 24 hours




             Easy Reading on the Go              Slide 12
Email Clicks from Mobile Phones
  Advocacy Alerts                      Fundraising Appeals
     17% of Opens                            17% of Opens



                            
     9% of Clicks                            12% of Clicks




                    Easy Reading on the Go                   Slide 13
HRC Example




              Easy Reading on the Go   Slide 14
HRC Example




              Easy Reading on the Go   Slide 15
Email Responses from Mobile Phones
  Advocacy Alerts                       Fundraising Appeals
     17% of Opens                              17% of Opens



                             
     9% of Clicks                              12% of Clicks




     7% of Actions                            5% of Donations




                     Easy Reading on the Go                     Slide 16
Advocacy by Mobile Platform
            Email Clicks                                Email Responses

             2% 2%                   2% 1%                   2% 1%
                             9%                         9%
      13%



                                             31%
                                       51%
                 31%
                                                                57%          57%
32%




               iPhone      Android    BlackBerry        WebOS    Other

                               Easy Reading on the Go                     Slide 17
Fundraising by Mobile Platform
            Email Clicks                                Email Responses

              3% 2%                  2% 1%                   1% 0%
                             9%                         9%
      14%                                    15%




21%              31%
                                      60%                       57%


                                                                          74%

               iPhone      Android    BlackBerry        WebOS    Other

                               Easy Reading on the Go                     Slide 18
Page Completion Rates

                  Advocacy              Fundraising
  Non-Mobile          90%                  31%
  iPhone              80%                  15%
  Android             72%                  10%
  BlackBerry          47%                   8%
  WebOS               72%                   6%




               Easy Reading on the Go                 Slide 19
HRC Optimized Example




            Easy Reading on the Go   Slide 20
The Results
The mobile-optimized version of the email outperformed the
non-optimized version:

• 6.5% increase in clicks

• 7.7% increase in advocacy responses

• 6.7% decrease in unsubscribes




                            Easy Reading on the Go           Slide 21
Questions?




Easy Reading on the Go   Slide 22
Tracking Mobile Usage




      Easy Reading on the Go   Slide 23
Tracking Mobile Email Opens
•   Email opens are tracked by a hidden 1x1 pixel
    <img src="http://action.hrc.org/site/PixelServer" height="1" width="1" />

•   Use this pixel or insert your own!
    <img src="http://www.yoursite.org/tracker.gif" height="1" width="1" />


    <img src="http://www.yoursite.org/tracker.gif?email_id=1234" height="1"
    width="1" />

•   Track the pixel downloads in your web server log:
    1.1.1.1 - - [22/Feb/2011:00:13:03 -0600] "GET /site/PixelServer HTTP/1.1"
    200 55 "-" "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X;
    en-us) AppleWebKit/533.17.9 (KHTML, like Gecko)" 1460




                              Easy Reading on the Go                   Slide 24
Tracking Mobile Clicks & Engagements
•   Use a website analytics tool like Google Analytics




                              Easy Reading on the Go     Slide 25
Questions?




Easy Reading on the Go   Slide 26
Mobile Optimize Email!




      Easy Reading on the Go   Slide 27
Introducing: CSS @media query
• Allows you to define different styles based on screen size

• Supported by:
   • iOS (iPhone, iPod Touch and iPad)
   • Android’s default mail client
   • WebOS




                       Easy Reading on the Go             Slide 28
@media Syntax
Basic syntax:

   @media only screen and (max-device-width: 480px) {

       [define your mobile-specific styles here]

   }




                           Easy Reading on the Go       Slide 29
@media Email Example
<html>
<body>
<table width="600">
 <tr>
  <td width="600">
   <a href="http://www.mywebsite.org/"><img src="logo.jpg”
   width="600" height="100" /></a>
   [your email copy here]
  </td>
 </tr>
</table>
</body>
</html>




                            Easy Reading on the Go           Slide 30
@media Email Example
<html>
<body>
<table width="600" class="emailtable">
 <tr>
  <td width="600" class="emailcontent">
   <a href="http://www.mywebsite.org/"><img src="logo.jpg"
   width="600" height="100" class="logo" /></a>
   [your email copy here]
  </td>
 </tr>
</table>
</body>
</html>




                            Easy Reading on the Go           Slide 31
@media Example
<head>
<style>
@media only screen and (max-device-width: 480px) {
    table.emailtable, td.emailcontent {
        width: 300px !important;
    }
    img.logo {
        width: 300px !important;
        height: 50px !important;
    }
}
</style>
</head>




                                   Easy Reading on the Go   Slide 32
iPhone Resolution
iPhone, iPhone 3G, iPhone 3Gs: 320x480

iPhone 4, iPhone 4S: 640x960



iPhone 4 and 4S behave as if they’re 320×480!




                      Easy Reading on the Go    Slide 33
Yahoo! Mail
Yahoo! Mail ignores the @media query and uses the
mobile-specific styles for desktop users

Use attribute selectors!




                       Easy Reading on the Go       Slide 34
Yahoo! Mail
<head>
<style>
@media only screen and (max-device-width: 480px) {
    table.emailtable, td.emailcontent {
        width: 300px !important;
    }
    img.logo {
        width: 300px !important;
        height: 50px !important;
    }
}
</style>
</head>




                                   Easy Reading on the Go   Slide 35
Yahoo! Mail
<head>
<style>
@media only screen and (max-device-width: 480px) {
    table[class="emailtable"], td[class="emailcontent"] {
        width: 300px !important;
    }
    img[class="logo"] {
        width: 300px !important;
        height: 50px !important;
    }
}
</style>
</head>




                                   Easy Reading on the Go   Slide 36
Webkit Font Resizing
@media automatically adjusts font size based
Webkit only screen and (max-device-width: 480px) {        on the user’s
viewport li, td { -webkit-text-size-adjust:
 div, p, a,                                   none !important; }
}




                             Easy Reading on the Go                   Slide 37
Preheaders
The Preheader is the one or two line preview of an email
•   About 40-80 characters


iPhone:




NTEN makes great use of the preheader:




                             Easy Reading on the Go        Slide 38
Preheaders
Insert the preheader code at the top of the email’s <body> section:


<html>
<body>
<span style="display: none; display: none !important;">
 Your short preheader message here!
</span>
..
[the rest of your email content]




                             Easy Reading on the Go                   Slide 39
Mobile Email Example




     Easy Reading on the Go   Slide 40
BA Example




             Easy Reading on the Go   Slide 41
BA Mobile Example




             Easy Reading on the Go   Slide 42
BA Example




             Easy Reading on the Go   Slide 43
Hiding elements




@media screen and (max-device-width: 480px) {
    ..
    table[class=nomob], span[class=nomob], img[class=nomob],
    td[class=nomob] { display: none !important; }
    ..
}
..
<table border="0" cellspacing="0" cellpadding="0" class="nomob">




                              Easy Reading on the Go               Slide 44
BA Example




             Easy Reading on the Go   Slide 45
Resizing elements




@media screen and (max-device-width: 480px) {
    ..
    img[id=baemlfullwidthimg], img[class=baemlfullwidthimg]
    { width: 320px !important; height: auto !important; }
    ..
}
..
<img src="BA_TheClub_Issue3_invitationAnimated_UK%5FBLUE.gif"
width="575" class="baemlfullwidthimg" border="0" />



                              Easy Reading on the Go            Slide 46
BA Example




             Easy Reading on the Go   Slide 47
Repositioning elements


@media screen and (max-device-width: 480px) {
    ..
    td[class=baemailcolsplit] { width: 320px !important;
    float: left !important; }
    ..
}
..
<table>
    <tr>
     <td class="baemailcolsplit"> [links] </td>
     <td class="baemailcolsplit"> [logo] </td>
    </tr>
</table>

                                 Easy Reading on the Go    Slide 48
BA Example




             Easy Reading on the Go   Slide 49
Restyling elements
@media screen and (max-device-width: 480px) {
    a[class=baemailfooternav] {
        display: block !important;
        font-size: 14px !important;
        font-weight: bold !important;
        padding: 6px 4px 8px 4px !important;
        line-height: 18px !important;
        background: #dddddd !important;
        border-radius: 5px !important;
        margin: 10px auto;
        width: 240px;
        text-align: center;
    }
}
..
<a href="link" class="baemailfooternav" style="color:#9c9e9f; font-size:11px; text-
 decoration:none;">Home</a>

                                        Easy Reading on the Go                  Slide 50
BA Example




             Easy Reading on the Go   Slide 51
Planning Your Optimization
1. Decide whether you should optimize
2. Decide which mobile phones to optimize for
3. Design the email
    •   Simplify the layout?
    •   Hide content from mobile readers?
    •   Include mobile-only content?
4. Write the code
5. Check in major desktop clients, phones and tablets
6. Test against non-optimized version
7. Roll-out!




                               Easy Reading on the Go   Slide 52
Questions?




Easy Reading on the Go   Slide 53
Download this Presentation
www.mrss.com/MobileEmail




              Easy Reading on the Go   Slide 54
Evaluate This Session!
Each entry is a chance to win an NTEN engraved iPad!




          or Online at www.nten.org/ntc/eval

More Related Content

Similar to 12NTC - Easy Reading on the Go

Mobile email - chasing context
Mobile email -  chasing contextMobile email -  chasing context
Mobile email - chasing contextAnna Yeaman
 
Social Fresh: Optimizing Email for Mobile Audiences
Social Fresh: Optimizing Email for Mobile AudiencesSocial Fresh: Optimizing Email for Mobile Audiences
Social Fresh: Optimizing Email for Mobile AudiencesLitmus
 
Email + Mobile Webinar
Email + Mobile WebinarEmail + Mobile Webinar
Email + Mobile WebinarLitmus
 
Responsive Email Design
Responsive Email DesignResponsive Email Design
Responsive Email DesignAnna Yeaman
 
Multiscreen mobile email design strategy silverpop
Multiscreen mobile email design strategy silverpopMultiscreen mobile email design strategy silverpop
Multiscreen mobile email design strategy silverpopSilverpop
 
#MobileInAction - iRecruitExpo June 2013, Amsterdam
#MobileInAction - iRecruitExpo June 2013, Amsterdam#MobileInAction - iRecruitExpo June 2013, Amsterdam
#MobileInAction - iRecruitExpo June 2013, AmsterdamDave Martin
 
The Mobile Experience Through Email
The Mobile Experience Through EmailThe Mobile Experience Through Email
The Mobile Experience Through EmailDemac Media
 
Dreamforce | ExactTarget Marketing Cloud: The Mobile Inbox 201 - Design and Code
Dreamforce | ExactTarget Marketing Cloud: The Mobile Inbox 201 - Design and CodeDreamforce | ExactTarget Marketing Cloud: The Mobile Inbox 201 - Design and Code
Dreamforce | ExactTarget Marketing Cloud: The Mobile Inbox 201 - Design and CodeSalesforce Marketing Cloud
 
Strategies, Tactics and Design Tips for Mobile Email Success
Strategies, Tactics and Design Tips for Mobile Email SuccessStrategies, Tactics and Design Tips for Mobile Email Success
Strategies, Tactics and Design Tips for Mobile Email SuccessLitmus
 
3 Strategies For Awesome Mobile-Optimized Emails
3 Strategies For Awesome Mobile-Optimized Emails3 Strategies For Awesome Mobile-Optimized Emails
3 Strategies For Awesome Mobile-Optimized EmailsKissmetrics on SlideShare
 
NRB 2012 ReFrame Mobile Case Study
NRB 2012 ReFrame Mobile Case StudyNRB 2012 ReFrame Mobile Case Study
NRB 2012 ReFrame Mobile Case StudySteven Koster
 
Communication Design for the Mobile Experience
Communication Design for the Mobile ExperienceCommunication Design for the Mobile Experience
Communication Design for the Mobile ExperienceDavid Drucker
 
Developing for Mobility
Developing for MobilityDeveloping for Mobility
Developing for MobilityScotty Logan
 
Multiscreen Email Design: Lessons from the Pros
Multiscreen Email Design: Lessons from the ProsMultiscreen Email Design: Lessons from the Pros
Multiscreen Email Design: Lessons from the ProsLitmus
 
10 reasons why now is the perfect time to get serious about the mobile web
10 reasons why now is the perfect time to get serious about the mobile web10 reasons why now is the perfect time to get serious about the mobile web
10 reasons why now is the perfect time to get serious about the mobile webTijs Vrolix
 
The future is mobile
The future is mobileThe future is mobile
The future is mobileShannon Smith
 
MeasureWorks - Mobile Pioneers - Don't let the lights turn green
MeasureWorks - Mobile Pioneers - Don't let the lights turn greenMeasureWorks - Mobile Pioneers - Don't let the lights turn green
MeasureWorks - Mobile Pioneers - Don't let the lights turn greenMeasureWorks
 
Jeroen Tjepkema - MeasureWorks - Don't let the lights turn green - Mobile Pio...
Jeroen Tjepkema - MeasureWorks - Don't let the lights turn green - Mobile Pio...Jeroen Tjepkema - MeasureWorks - Don't let the lights turn green - Mobile Pio...
Jeroen Tjepkema - MeasureWorks - Don't let the lights turn green - Mobile Pio...Shareforce
 

Similar to 12NTC - Easy Reading on the Go (20)

Mobile email - chasing context
Mobile email -  chasing contextMobile email -  chasing context
Mobile email - chasing context
 
Social Fresh: Optimizing Email for Mobile Audiences
Social Fresh: Optimizing Email for Mobile AudiencesSocial Fresh: Optimizing Email for Mobile Audiences
Social Fresh: Optimizing Email for Mobile Audiences
 
Email + Mobile Webinar
Email + Mobile WebinarEmail + Mobile Webinar
Email + Mobile Webinar
 
Responsive email design guide
Responsive email design guideResponsive email design guide
Responsive email design guide
 
Responsive Email Design
Responsive Email DesignResponsive Email Design
Responsive Email Design
 
Multiscreen mobile email design strategy silverpop
Multiscreen mobile email design strategy silverpopMultiscreen mobile email design strategy silverpop
Multiscreen mobile email design strategy silverpop
 
#MobileInAction - iRecruitExpo June 2013, Amsterdam
#MobileInAction - iRecruitExpo June 2013, Amsterdam#MobileInAction - iRecruitExpo June 2013, Amsterdam
#MobileInAction - iRecruitExpo June 2013, Amsterdam
 
The Mobile Experience Through Email
The Mobile Experience Through EmailThe Mobile Experience Through Email
The Mobile Experience Through Email
 
Dreamforce | ExactTarget Marketing Cloud: The Mobile Inbox 201 - Design and Code
Dreamforce | ExactTarget Marketing Cloud: The Mobile Inbox 201 - Design and CodeDreamforce | ExactTarget Marketing Cloud: The Mobile Inbox 201 - Design and Code
Dreamforce | ExactTarget Marketing Cloud: The Mobile Inbox 201 - Design and Code
 
Strategies, Tactics and Design Tips for Mobile Email Success
Strategies, Tactics and Design Tips for Mobile Email SuccessStrategies, Tactics and Design Tips for Mobile Email Success
Strategies, Tactics and Design Tips for Mobile Email Success
 
3 Strategies For Awesome Mobile-Optimized Emails
3 Strategies For Awesome Mobile-Optimized Emails3 Strategies For Awesome Mobile-Optimized Emails
3 Strategies For Awesome Mobile-Optimized Emails
 
NRB 2012 ReFrame Mobile Case Study
NRB 2012 ReFrame Mobile Case StudyNRB 2012 ReFrame Mobile Case Study
NRB 2012 ReFrame Mobile Case Study
 
Banking on mobile
Banking on mobile Banking on mobile
Banking on mobile
 
Communication Design for the Mobile Experience
Communication Design for the Mobile ExperienceCommunication Design for the Mobile Experience
Communication Design for the Mobile Experience
 
Developing for Mobility
Developing for MobilityDeveloping for Mobility
Developing for Mobility
 
Multiscreen Email Design: Lessons from the Pros
Multiscreen Email Design: Lessons from the ProsMultiscreen Email Design: Lessons from the Pros
Multiscreen Email Design: Lessons from the Pros
 
10 reasons why now is the perfect time to get serious about the mobile web
10 reasons why now is the perfect time to get serious about the mobile web10 reasons why now is the perfect time to get serious about the mobile web
10 reasons why now is the perfect time to get serious about the mobile web
 
The future is mobile
The future is mobileThe future is mobile
The future is mobile
 
MeasureWorks - Mobile Pioneers - Don't let the lights turn green
MeasureWorks - Mobile Pioneers - Don't let the lights turn greenMeasureWorks - Mobile Pioneers - Don't let the lights turn green
MeasureWorks - Mobile Pioneers - Don't let the lights turn green
 
Jeroen Tjepkema - MeasureWorks - Don't let the lights turn green - Mobile Pio...
Jeroen Tjepkema - MeasureWorks - Don't let the lights turn green - Mobile Pio...Jeroen Tjepkema - MeasureWorks - Don't let the lights turn green - Mobile Pio...
Jeroen Tjepkema - MeasureWorks - Don't let the lights turn green - Mobile Pio...
 

More from NTEN

17NTC Overall Speaker Timelines
17NTC Overall Speaker Timelines17NTC Overall Speaker Timelines
17NTC Overall Speaker TimelinesNTEN
 
17NTC Speaker Orientation Call
17NTC Speaker Orientation Call17NTC Speaker Orientation Call
17NTC Speaker Orientation CallNTEN
 
Call for 17NTC Session Proposals
Call for 17NTC Session ProposalsCall for 17NTC Session Proposals
Call for 17NTC Session ProposalsNTEN
 
2015 Leading Change Summit: Making the Most of LCS
2015 Leading Change Summit: Making the Most of LCS2015 Leading Change Summit: Making the Most of LCS
2015 Leading Change Summit: Making the Most of LCSNTEN
 
Community Organizing Tools from the Experts Webinar
Community Organizing Tools from the Experts WebinarCommunity Organizing Tools from the Experts Webinar
Community Organizing Tools from the Experts WebinarNTEN
 
2013 Nonprofit Engagement Data Management Study: A Graphic Report
2013 Nonprofit Engagement Data Management Study: A Graphic Report2013 Nonprofit Engagement Data Management Study: A Graphic Report
2013 Nonprofit Engagement Data Management Study: A Graphic ReportNTEN
 
2012 State of Nonprofit Data Report
2012 State of Nonprofit Data Report2012 State of Nonprofit Data Report
2012 State of Nonprofit Data ReportNTEN
 
Smart Technology Investment for Nonprofits
Smart Technology Investment for NonprofitsSmart Technology Investment for Nonprofits
Smart Technology Investment for NonprofitsNTEN
 
Social Media for Social Good - NCVS Pre-Con Workshp
Social Media for Social Good - NCVS Pre-Con WorkshpSocial Media for Social Good - NCVS Pre-Con Workshp
Social Media for Social Good - NCVS Pre-Con WorkshpNTEN
 
Ready, Fire, Aim
Ready, Fire, AimReady, Fire, Aim
Ready, Fire, AimNTEN
 
But What Do You Actually Do?: Communicating Your Nonprofit's Work in Ways You...
But What Do You Actually Do?: Communicating Your Nonprofit's Work in Ways You...But What Do You Actually Do?: Communicating Your Nonprofit's Work in Ways You...
But What Do You Actually Do?: Communicating Your Nonprofit's Work in Ways You...NTEN
 
The Story of Stuff: How an Environmental Campaigner to New Media Mogul
The Story of Stuff: How an Environmental Campaigner to New Media MogulThe Story of Stuff: How an Environmental Campaigner to New Media Mogul
The Story of Stuff: How an Environmental Campaigner to New Media MogulNTEN
 
Better Nonprofit Websites: 52 Tweaks in 52 Weeks
Better Nonprofit Websites: 52 Tweaks in 52 WeeksBetter Nonprofit Websites: 52 Tweaks in 52 Weeks
Better Nonprofit Websites: 52 Tweaks in 52 WeeksNTEN
 
Practical Problem Solving Using Mobile Technology
Practical Problem Solving Using Mobile TechnologyPractical Problem Solving Using Mobile Technology
Practical Problem Solving Using Mobile TechnologyNTEN
 
Zen and Art of Workflow Development
Zen and Art of Workflow DevelopmentZen and Art of Workflow Development
Zen and Art of Workflow DevelopmentNTEN
 
12 nt cviz
12 nt cviz12 nt cviz
12 nt cvizNTEN
 
Tips and Tools for Technology Planning
Tips and Tools for Technology PlanningTips and Tools for Technology Planning
Tips and Tools for Technology PlanningNTEN
 
Technology Governance: Smart, Sexy and Simple in Seven Steps
Technology Governance: Smart, Sexy and Simple in Seven StepsTechnology Governance: Smart, Sexy and Simple in Seven Steps
Technology Governance: Smart, Sexy and Simple in Seven StepsNTEN
 
Social Network Fundraising: Facts, Myths, and Strategies that Work
Social Network Fundraising: Facts, Myths, and Strategies that WorkSocial Network Fundraising: Facts, Myths, and Strategies that Work
Social Network Fundraising: Facts, Myths, and Strategies that WorkNTEN
 
Maturing Your Organization's Social Culture... by Creating a Policy?
Maturing Your Organization's Social Culture... by Creating a Policy?Maturing Your Organization's Social Culture... by Creating a Policy?
Maturing Your Organization's Social Culture... by Creating a Policy?NTEN
 

More from NTEN (20)

17NTC Overall Speaker Timelines
17NTC Overall Speaker Timelines17NTC Overall Speaker Timelines
17NTC Overall Speaker Timelines
 
17NTC Speaker Orientation Call
17NTC Speaker Orientation Call17NTC Speaker Orientation Call
17NTC Speaker Orientation Call
 
Call for 17NTC Session Proposals
Call for 17NTC Session ProposalsCall for 17NTC Session Proposals
Call for 17NTC Session Proposals
 
2015 Leading Change Summit: Making the Most of LCS
2015 Leading Change Summit: Making the Most of LCS2015 Leading Change Summit: Making the Most of LCS
2015 Leading Change Summit: Making the Most of LCS
 
Community Organizing Tools from the Experts Webinar
Community Organizing Tools from the Experts WebinarCommunity Organizing Tools from the Experts Webinar
Community Organizing Tools from the Experts Webinar
 
2013 Nonprofit Engagement Data Management Study: A Graphic Report
2013 Nonprofit Engagement Data Management Study: A Graphic Report2013 Nonprofit Engagement Data Management Study: A Graphic Report
2013 Nonprofit Engagement Data Management Study: A Graphic Report
 
2012 State of Nonprofit Data Report
2012 State of Nonprofit Data Report2012 State of Nonprofit Data Report
2012 State of Nonprofit Data Report
 
Smart Technology Investment for Nonprofits
Smart Technology Investment for NonprofitsSmart Technology Investment for Nonprofits
Smart Technology Investment for Nonprofits
 
Social Media for Social Good - NCVS Pre-Con Workshp
Social Media for Social Good - NCVS Pre-Con WorkshpSocial Media for Social Good - NCVS Pre-Con Workshp
Social Media for Social Good - NCVS Pre-Con Workshp
 
Ready, Fire, Aim
Ready, Fire, AimReady, Fire, Aim
Ready, Fire, Aim
 
But What Do You Actually Do?: Communicating Your Nonprofit's Work in Ways You...
But What Do You Actually Do?: Communicating Your Nonprofit's Work in Ways You...But What Do You Actually Do?: Communicating Your Nonprofit's Work in Ways You...
But What Do You Actually Do?: Communicating Your Nonprofit's Work in Ways You...
 
The Story of Stuff: How an Environmental Campaigner to New Media Mogul
The Story of Stuff: How an Environmental Campaigner to New Media MogulThe Story of Stuff: How an Environmental Campaigner to New Media Mogul
The Story of Stuff: How an Environmental Campaigner to New Media Mogul
 
Better Nonprofit Websites: 52 Tweaks in 52 Weeks
Better Nonprofit Websites: 52 Tweaks in 52 WeeksBetter Nonprofit Websites: 52 Tweaks in 52 Weeks
Better Nonprofit Websites: 52 Tweaks in 52 Weeks
 
Practical Problem Solving Using Mobile Technology
Practical Problem Solving Using Mobile TechnologyPractical Problem Solving Using Mobile Technology
Practical Problem Solving Using Mobile Technology
 
Zen and Art of Workflow Development
Zen and Art of Workflow DevelopmentZen and Art of Workflow Development
Zen and Art of Workflow Development
 
12 nt cviz
12 nt cviz12 nt cviz
12 nt cviz
 
Tips and Tools for Technology Planning
Tips and Tools for Technology PlanningTips and Tools for Technology Planning
Tips and Tools for Technology Planning
 
Technology Governance: Smart, Sexy and Simple in Seven Steps
Technology Governance: Smart, Sexy and Simple in Seven StepsTechnology Governance: Smart, Sexy and Simple in Seven Steps
Technology Governance: Smart, Sexy and Simple in Seven Steps
 
Social Network Fundraising: Facts, Myths, and Strategies that Work
Social Network Fundraising: Facts, Myths, and Strategies that WorkSocial Network Fundraising: Facts, Myths, and Strategies that Work
Social Network Fundraising: Facts, Myths, and Strategies that Work
 
Maturing Your Organization's Social Culture... by Creating a Policy?
Maturing Your Organization's Social Culture... by Creating a Policy?Maturing Your Organization's Social Culture... by Creating a Policy?
Maturing Your Organization's Social Culture... by Creating a Policy?
 

Recently uploaded

Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsRommel Regala
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 

Recently uploaded (20)

Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World Politics
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 

12NTC - Easy Reading on the Go

  • 1. Easy Reading on the Go: How to Optimize Emails for Mobile Phones #12NTCmobileemail Cameron Lefevre M+R Strategic Services Lindsey Twombly Human Rights Campaign
  • 2. Evaluate This Session! Each entry is a chance to win an NTEN engraved iPad! or Online at www.nten.org/ntc/eval
  • 3. Sample Mobile Optimized Email Receive a mobile-optimized email from HRC: www.hrc.org/ntc Easy Reading on the Go Slide 2
  • 4. Today 1. The Rise of the Smartphone 2. How Mobile Devices Affect Email Marketing 3. Tracking Mobile Usage 4. How to Optimize Email for Mobile! Easy Reading on the Go Slide 3
  • 5. The Rise of the Smartphone Easy Reading on the Go Slide 4
  • 6. Smartphone Owners in the U.S. 101 million 66 million 43 million 21 million August 2008 January 2010 January 2011 January 2012 Easy Reading on the Go Slide 5
  • 7. New Phone Purchases Easy Reading on the Go Slide 6
  • 8. U.S. Smartphone Market Share by OS INSERT Chart of the most popular smartphones Easy Reading on the Go Slide 7
  • 9. People Reading Email on Mobile Phones Almost every day At least once a month 89 million 70 million 51 million November 2009 November 2010 November 2011 Easy Reading on the Go Slide 8
  • 10. In other words… 1 in 5 Americans reads email on their mobile phone almost every day! Easy Reading on the Go Slide 9
  • 11. How Mobile Phones Affect Email Marketing Easy Reading on the Go Slide 10
  • 12. How are mobile phones affecting HRC? We evaluated the following: 1. Percentage of emails opened on mobile phones 2. Percentage of email clicks from mobile phones 3. Percentage of advocacy and fundraising responses submitted on mobile phones 4. Advocacy and fundraising page completion rates 5. Most popular mobile phones being used Easy Reading on the Go Slide 11
  • 13. Emails Opened on Mobile Phones 17% of Opens 24% of Opens within 24 hours Easy Reading on the Go Slide 12
  • 14. Email Clicks from Mobile Phones Advocacy Alerts Fundraising Appeals 17% of Opens 17% of Opens   9% of Clicks 12% of Clicks Easy Reading on the Go Slide 13
  • 15. HRC Example Easy Reading on the Go Slide 14
  • 16. HRC Example Easy Reading on the Go Slide 15
  • 17. Email Responses from Mobile Phones Advocacy Alerts Fundraising Appeals 17% of Opens 17% of Opens   9% of Clicks 12% of Clicks 7% of Actions 5% of Donations Easy Reading on the Go Slide 16
  • 18. Advocacy by Mobile Platform Email Clicks Email Responses 2% 2% 2% 1% 2% 1% 9% 9% 13% 31% 51% 31% 57% 57% 32% iPhone Android BlackBerry WebOS Other Easy Reading on the Go Slide 17
  • 19. Fundraising by Mobile Platform Email Clicks Email Responses 3% 2% 2% 1% 1% 0% 9% 9% 14% 15% 21% 31% 60% 57% 74% iPhone Android BlackBerry WebOS Other Easy Reading on the Go Slide 18
  • 20. Page Completion Rates Advocacy Fundraising Non-Mobile 90% 31% iPhone 80% 15% Android 72% 10% BlackBerry 47% 8% WebOS 72% 6% Easy Reading on the Go Slide 19
  • 21. HRC Optimized Example Easy Reading on the Go Slide 20
  • 22. The Results The mobile-optimized version of the email outperformed the non-optimized version: • 6.5% increase in clicks • 7.7% increase in advocacy responses • 6.7% decrease in unsubscribes Easy Reading on the Go Slide 21
  • 23. Questions? Easy Reading on the Go Slide 22
  • 24. Tracking Mobile Usage Easy Reading on the Go Slide 23
  • 25. Tracking Mobile Email Opens • Email opens are tracked by a hidden 1x1 pixel <img src="http://action.hrc.org/site/PixelServer" height="1" width="1" /> • Use this pixel or insert your own! <img src="http://www.yoursite.org/tracker.gif" height="1" width="1" /> <img src="http://www.yoursite.org/tracker.gif?email_id=1234" height="1" width="1" /> • Track the pixel downloads in your web server log: 1.1.1.1 - - [22/Feb/2011:00:13:03 -0600] "GET /site/PixelServer HTTP/1.1" 200 55 "-" "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko)" 1460 Easy Reading on the Go Slide 24
  • 26. Tracking Mobile Clicks & Engagements • Use a website analytics tool like Google Analytics Easy Reading on the Go Slide 25
  • 27. Questions? Easy Reading on the Go Slide 26
  • 28. Mobile Optimize Email! Easy Reading on the Go Slide 27
  • 29. Introducing: CSS @media query • Allows you to define different styles based on screen size • Supported by: • iOS (iPhone, iPod Touch and iPad) • Android’s default mail client • WebOS Easy Reading on the Go Slide 28
  • 30. @media Syntax Basic syntax: @media only screen and (max-device-width: 480px) { [define your mobile-specific styles here] } Easy Reading on the Go Slide 29
  • 31. @media Email Example <html> <body> <table width="600"> <tr> <td width="600"> <a href="http://www.mywebsite.org/"><img src="logo.jpg” width="600" height="100" /></a> [your email copy here] </td> </tr> </table> </body> </html> Easy Reading on the Go Slide 30
  • 32. @media Email Example <html> <body> <table width="600" class="emailtable"> <tr> <td width="600" class="emailcontent"> <a href="http://www.mywebsite.org/"><img src="logo.jpg" width="600" height="100" class="logo" /></a> [your email copy here] </td> </tr> </table> </body> </html> Easy Reading on the Go Slide 31
  • 33. @media Example <head> <style> @media only screen and (max-device-width: 480px) { table.emailtable, td.emailcontent { width: 300px !important; } img.logo { width: 300px !important; height: 50px !important; } } </style> </head> Easy Reading on the Go Slide 32
  • 34. iPhone Resolution iPhone, iPhone 3G, iPhone 3Gs: 320x480 iPhone 4, iPhone 4S: 640x960 iPhone 4 and 4S behave as if they’re 320×480! Easy Reading on the Go Slide 33
  • 35. Yahoo! Mail Yahoo! Mail ignores the @media query and uses the mobile-specific styles for desktop users Use attribute selectors! Easy Reading on the Go Slide 34
  • 36. Yahoo! Mail <head> <style> @media only screen and (max-device-width: 480px) { table.emailtable, td.emailcontent { width: 300px !important; } img.logo { width: 300px !important; height: 50px !important; } } </style> </head> Easy Reading on the Go Slide 35
  • 37. Yahoo! Mail <head> <style> @media only screen and (max-device-width: 480px) { table[class="emailtable"], td[class="emailcontent"] { width: 300px !important; } img[class="logo"] { width: 300px !important; height: 50px !important; } } </style> </head> Easy Reading on the Go Slide 36
  • 38. Webkit Font Resizing @media automatically adjusts font size based Webkit only screen and (max-device-width: 480px) { on the user’s viewport li, td { -webkit-text-size-adjust: div, p, a, none !important; } } Easy Reading on the Go Slide 37
  • 39. Preheaders The Preheader is the one or two line preview of an email • About 40-80 characters iPhone: NTEN makes great use of the preheader: Easy Reading on the Go Slide 38
  • 40. Preheaders Insert the preheader code at the top of the email’s <body> section: <html> <body> <span style="display: none; display: none !important;"> Your short preheader message here! </span> .. [the rest of your email content] Easy Reading on the Go Slide 39
  • 41. Mobile Email Example Easy Reading on the Go Slide 40
  • 42. BA Example Easy Reading on the Go Slide 41
  • 43. BA Mobile Example Easy Reading on the Go Slide 42
  • 44. BA Example Easy Reading on the Go Slide 43
  • 45. Hiding elements @media screen and (max-device-width: 480px) { .. table[class=nomob], span[class=nomob], img[class=nomob], td[class=nomob] { display: none !important; } .. } .. <table border="0" cellspacing="0" cellpadding="0" class="nomob"> Easy Reading on the Go Slide 44
  • 46. BA Example Easy Reading on the Go Slide 45
  • 47. Resizing elements @media screen and (max-device-width: 480px) { .. img[id=baemlfullwidthimg], img[class=baemlfullwidthimg] { width: 320px !important; height: auto !important; } .. } .. <img src="BA_TheClub_Issue3_invitationAnimated_UK%5FBLUE.gif" width="575" class="baemlfullwidthimg" border="0" /> Easy Reading on the Go Slide 46
  • 48. BA Example Easy Reading on the Go Slide 47
  • 49. Repositioning elements @media screen and (max-device-width: 480px) { .. td[class=baemailcolsplit] { width: 320px !important; float: left !important; } .. } .. <table> <tr> <td class="baemailcolsplit"> [links] </td> <td class="baemailcolsplit"> [logo] </td> </tr> </table> Easy Reading on the Go Slide 48
  • 50. BA Example Easy Reading on the Go Slide 49
  • 51. Restyling elements @media screen and (max-device-width: 480px) { a[class=baemailfooternav] { display: block !important; font-size: 14px !important; font-weight: bold !important; padding: 6px 4px 8px 4px !important; line-height: 18px !important; background: #dddddd !important; border-radius: 5px !important; margin: 10px auto; width: 240px; text-align: center; } } .. <a href="link" class="baemailfooternav" style="color:#9c9e9f; font-size:11px; text- decoration:none;">Home</a> Easy Reading on the Go Slide 50
  • 52. BA Example Easy Reading on the Go Slide 51
  • 53. Planning Your Optimization 1. Decide whether you should optimize 2. Decide which mobile phones to optimize for 3. Design the email • Simplify the layout? • Hide content from mobile readers? • Include mobile-only content? 4. Write the code 5. Check in major desktop clients, phones and tablets 6. Test against non-optimized version 7. Roll-out! Easy Reading on the Go Slide 52
  • 54. Questions? Easy Reading on the Go Slide 53
  • 55. Download this Presentation www.mrss.com/MobileEmail Easy Reading on the Go Slide 54
  • 56. Evaluate This Session! Each entry is a chance to win an NTEN engraved iPad! or Online at www.nten.org/ntc/eval