SlideShare a Scribd company logo
1 of 73
Mobile Marketing
Conversion Optimization


Tools and Code Tricks to Enhance Mobile UX & Conversion
                  [ Star Wars Jedi-Style ]


   Angie Schottmuller - @aschottmuller
      SMX Advanced 2012 - #SMX #mobile #CRO #RWD
What is a Conversion?
Conversion Rate =
The % of users that complete a
      presented action.
BUY

                SUBSCRIBE                   SUBMIT FORM

                                   WATCH VIDEO


SHARE
                  ACTIONS
                                                 CLICK A LINK
        RATE OR REVIEW          COMMENT



CALL (PHONE)                INTERACT (GAME/CONFIGURATOR)
Star Wars Conversion Rates


                 Obi Wan’s
                Jedi Record:


                 50%
Industry average conversion
        rate is ~2-4%.
    So 50% is awesome!
         ...Right?
Rethink “Conversion”
ASK YOURSELF:



What are the consequences
   of getting it wrong?
                 ^
                VERY
43%                              are
  unlikely to return to a
slow-loading mobile site

      Source: Compuware, "What Users Want from Mobile,” 2011
40%                          turn to a
competitor’s site after a
bad mobile experience

      Source: Compuware, "What Users Want from Mobile," 2011
You need
 a PLAN.
You must use the
information in
this R2 unit to
plan the
attack...
Mobile CRO Preparation

CONSIDERATIONS:                WHAT TO CHANGE:
• Accessibility (#killflash)   • Simplify layout
• Responsive design            • Reduce context
• Hover-functionality          • Increase sizing
  (menus, tooltips, etc.)        (text, buttons)
• Page size and speed          • Increase
                                 margin/padding on links
• Geolocation / privacy
                                 & fields
                               • Selectively feature CTA
                               • Adjust CTA placement
Contextual Differences

TECHNOLOGY:             SITUATION:

• Usability             • Week day, Time of day
• Page load             • Geography
  (size/speed)          • Referrer, Click paths
• Connection speed      • Customer history
• Device capabilities   • Urgency
• Screen size           • Strategic agenda
                        • Dynamic environment
User Goal Differences

•    Traditional Desktop/Laptop
     > Benefit-Oriented

•    Tablet
     > Interaction-Oriented

•    Smartphone
     > Task-Oriented
Adapt your strategy
CONTENT
     is only king...
in the right kingdom
     of CONTEXT.
Mobile Mini Toolbox
  View, detect, and measure.
“Ooooh!
Awesome
mobile website!
I wonder how
they did that...”
EXPANDABLE
     MENU



“Ooooh!
Awesome
mobile website!
I wonder how
they did that...”

         RESPONSIVE
         SLIDESHOW
Don’t wonder.
Steal Use their code!
View Source Code       javascript:(function()%7Bvar%20d%3Dd
                       ocument%2Cs%2Ce%3Bvar%20el%3Dd.
                       getElementById('snpy')%3Bif(typeof%20
MOBILE                 Snoopy!%3D'undefined')%7BSnoopy.to
                       ggle()%3Breturn%7Delse%20if(el)%7Bel.

BOOKMARKLETS           className%3D%2Fclosed%2F.test(el.cl
                       assName)%3Fel.className.replace('cl
                       osed'%2C'')%3Ael.className%2B'%20cl
                       osed'%3Breturn%7Ds%3Dd.createEleme
                       nt('link')%3Bs.setAttribute('href'%2C'http
• Snoopy               %3A%2F%2Fsnoopy-
                       assets.allmarkedup.com%2Fsnoopy-
  by AllMarkedUp.com   min.css')%3Bs.setAttribute('rel'%2C'styles
                       heet')%3Bs.setAttribute('type'%2C'text%
                       2Fcss')%3Bd.getElementsByTagName('h
• ViewS                ead')%5B0%5D.appendChild(s)%3Be%3
                       Dd.createElement('script')%3Be.setAttri
  by Shaun Inman       bute('src'%2C'http%3A%2F%2Fsnoopy-
                       assets.allmarkedup.com%2Fsnoopy-
                       min.js')%3Bd.getElementsByTagName('
• View Source          body')%5B0%5D.appendChild(e)%7D)()
                       %3B
  by Ole Michelsen
View Source Code
MOBILE
BOOKMARKLETS

• Snoopy
  by AllMarkedUp.com

• ViewS
  by Shaun Inman

• View Source
  by Ole Michelsen
View Source Code
MOBILE
BOOKMARKLETS

• Snoopy
  by AllMarkedUp.com

• ViewS
  by Shaun Inman

• View Source
  by Ole Michelsen
Detect “Mobile” Devices
http://detectmobilebrowsers.com
“Mobile” Detection

FEATURE               METHOD

• User Agent (UA)     • Client-Side Script
• Screen Width        • Server-Side API
• CSS Media Queries   • Cloud Web Service
• Touchscreen-
  Capable
                      See BONUS SECTION for tools!
Measure Mobile
“You’re sure the homing beacon is
secure aboard their ship? I’m taking an
awful risk, Vader. This had better work.”
- Grand Moff Wilhuff Tarkin
25-40%
    of mobile traffic is
    NOT detected by
traditional web analytics.
REALITY
Those are the droids you were looking for.
Web Analytics for Mobile

1. Track what you can
  Google Analytics - Create Advanced Segments:
  http://bit.ly/gamobiletracking

2. Set ‘unknown referrers’ w/ tracking codes
  SiteCatalyst - Specify Referrer Hack:
  http://bit.ly/scsetreferrer
“Your powers are weak,
      old man...”
Use Mobile Analytics

• Bango

• Percent Mobile

• Amethon
Mobile Design Tricks
Where Does Your
Mobile Design Fall?




           Hann Diagram by theepiceeffect
jQuery is your ally.
jQuery Responsive Plugins

Headings: FitTextJS.com   Video: FitVidsJS.com
jQuery Responsive Slideshows

WooThemes Flexslider   PhotoSwipe.com
Campaign Example:
Subway Battleship
battleship.subway.com

Free Code: 6LYHL6NY


VERY WELL DONE!
(Check out the code!)
Call to Action
Top Actions on Mobile:
• Make a phone call
• Find nearest location
61%                     of mobile
users call after a local
   business search

        Source: Google - The Mobile Movement Study, 2011
Set Up Click-to-Call (CTC)

1. Select the phone number
2. Make it a hyperlink:
   Syntax: "tel:+" + [country code] + [phone #]
   Example: tel:+16515551212

HTML:
<a href="tel:+16515551212">(651) 555-1212</a>


See RFC 3966 for specifications: http://bit.ly/rfc3966
Click-to-Call Conversion Tips
<a href="tel:+16515551212" class="clicktocall">Call Now! (651)
555-1212</a>


• Include a phone icon              For a FREE quote:

• Include a CTA
• Include the phone #               Hours: Mon-Fri, 8am - 4pm CT

• Style the link as a button
• Include useful/enticing context
• CSS style for mobile/non-mobile
Find a Store
Leverage Geolocation
GeoIP / Geolocation Tools

• GeoIP Database
  http://bit.ly/maxmindgeoip

• Zip/Postal Code Database

• GeoIP Web Service API

• HTML5 Geolocation API
  http://bit.ly/html5geolocationapi
“That’s impossible. Even for a computer.”
ACTUAL

           MAXMIND




  GOOGLE
  LOADER




Compare Map Points: http://bit.ly/itouchmap
Get the Code: http://html5demos.com/geo
Proximate is close enough
     for suggestions!
Privacy Considerations

PERSONAL              NON-INTRUSIVE

Stores nearest you:   Stores near 55127:
                      Change Location
Personalize with GeoIP

• Personalize headings with city or metro names
• Regionalize “voice” to use local terms or slang
• List a nearby representative or store contacts
• Re-center and zoom maps
• Estimate sales tax or shipping fees
• Pre-populate web form location fields
Simplify Web Forms
Beyond 3, anticipate each
added form field to REDUCE
  mobile conversion by


      50%
Simplify Forms:
1. Hide City and State
   (compute from Zip)
2. Drop Address
   (unless for mailer)
3. Drop Phone
4. Drop non-required fields
Improve Forms:
1. Default Zip
   (Use geolocation)
2. Use HTML5 input types        55127




HTML5 Inputs:
http://bit.ly/html5inputtypes
HTML5 Input Types
Zip Code Field:         Phone Field:
<input type=“number”>   <input type=“tel”>
HTML5 Input Types
Email Field:           Website Field:
<input type=“email”>   <input type=“url”>
Mobile CRO Tools Recap

•   View mobile source code
•   Mobile detection tools
•   Mobile analytics
•   jQuery responsive plugins
•   Html5 input types
•   Click-to-call code tricks
•   Geolocation code and uses
“You can either profit by this or be
          destroyed.”
Key Takeaways

•   You have more mobile traffic than you think
•   Rethink "conversion”
•   Context is the kingdom
•   Free/inexpensive tools are available to help
•   Geolocation rocks for personalization
Join the
  Mobile
Rebellion!
Questions


Angie Schottmuller
@aschottmuller
Interactive Jedi
<< Bonus Section >>
     LINKS TO TOOLS
“Mobile” Detection Tools

•   DetectMobileBrowsers.com
•   DetectRight.com
•   WURLF.sourceforge.net
•   DeviceAtlas.com
•   PHP Mobile Detect
•   Detecting Touch Devices:
    http://bit.ly/touchdetection
GeoIP Accuracy Check

• Google Loader vs. MaxMind GeoIP City
  API: (JSfiddle code snippet)
  http://bit.ly/geoipgooglevsmaxmind

• iTouchMap - Map Out Multiple Latitude
  and Longitude Points:
  http://bit.ly/itouchmap

• HTML5 Geolocation Example w/ Code:
  http://html5demos.com/geo

More Related Content

What's hot

SMX East - SEO Tools Panel
SMX East - SEO Tools PanelSMX East - SEO Tools Panel
SMX East - SEO Tools PanelAbby Hamilton
 
BrightonSEO 2019 - Crawl Budget is dead, please welcome Rendering Budget
BrightonSEO 2019 - Crawl Budget is dead, please welcome Rendering BudgetBrightonSEO 2019 - Crawl Budget is dead, please welcome Rendering Budget
BrightonSEO 2019 - Crawl Budget is dead, please welcome Rendering BudgetBotify
 
Your eCommerce deserves more. | InOrbit 2020
Your eCommerce deserves more. | InOrbit 2020Your eCommerce deserves more. | InOrbit 2020
Your eCommerce deserves more. | InOrbit 2020Onely
 
How Does Google Crawl the Web?
How Does Google Crawl the Web?How Does Google Crawl the Web?
How Does Google Crawl the Web?Botify
 
SearchLeeds 2018 - Jon Myers - DeepCrawl - The Mobile First Index, what, why ...
SearchLeeds 2018 - Jon Myers - DeepCrawl - The Mobile First Index, what, why ...SearchLeeds 2018 - Jon Myers - DeepCrawl - The Mobile First Index, what, why ...
SearchLeeds 2018 - Jon Myers - DeepCrawl - The Mobile First Index, what, why ...Branded3
 
How Marketers Can Work With Code
How Marketers Can Work With CodeHow Marketers Can Work With Code
How Marketers Can Work With CodeKaizen
 
SEO 101: How to Get Started Winning Google Search Traffic
SEO 101: How to Get Started Winning Google Search TrafficSEO 101: How to Get Started Winning Google Search Traffic
SEO 101: How to Get Started Winning Google Search TrafficBernard Huang
 
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPress
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPressWordPress North East (Jan 2021) ~ SEO Fundamentals For WordPress
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPressDan Taylor
 
How to Optimize Your Website for Crawl Efficiency
How to Optimize Your Website for Crawl EfficiencyHow to Optimize Your Website for Crawl Efficiency
How to Optimize Your Website for Crawl EfficiencySemrush
 
How to Use Google Search Console
How to Use Google Search ConsoleHow to Use Google Search Console
How to Use Google Search ConsoleBoostability
 
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019Max Prin
 
[BrightonSEO 2019] Restructuring Websites to Improve Indexability
[BrightonSEO 2019] Restructuring Websites to Improve Indexability[BrightonSEO 2019] Restructuring Websites to Improve Indexability
[BrightonSEO 2019] Restructuring Websites to Improve IndexabilityAreej AbuAli
 
SEO Audit Workshop : Frameworks , Techniques and Tools
SEO Audit Workshop : Frameworks , Techniques and Tools SEO Audit Workshop : Frameworks , Techniques and Tools
SEO Audit Workshop : Frameworks , Techniques and Tools NEW MEDIA GURU
 
Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff
Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp CardiffUsing Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff
Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp CardiffMeasureCamp Cardiff
 
Google Analytics New Features - Webinar - 20091030
Google Analytics New Features - Webinar - 20091030Google Analytics New Features - Webinar - 20091030
Google Analytics New Features - Webinar - 20091030Vinoaj Vijeyakumaar
 

What's hot (20)

The Future Of SEO
The Future Of SEOThe Future Of SEO
The Future Of SEO
 
SMX East - SEO Tools Panel
SMX East - SEO Tools PanelSMX East - SEO Tools Panel
SMX East - SEO Tools Panel
 
BrightonSEO 2019 - Crawl Budget is dead, please welcome Rendering Budget
BrightonSEO 2019 - Crawl Budget is dead, please welcome Rendering BudgetBrightonSEO 2019 - Crawl Budget is dead, please welcome Rendering Budget
BrightonSEO 2019 - Crawl Budget is dead, please welcome Rendering Budget
 
On site optimization
On site optimizationOn site optimization
On site optimization
 
Your eCommerce deserves more. | InOrbit 2020
Your eCommerce deserves more. | InOrbit 2020Your eCommerce deserves more. | InOrbit 2020
Your eCommerce deserves more. | InOrbit 2020
 
Seo onpage & offpage, Search Engine Optimization, SEO
Seo onpage & offpage, Search Engine Optimization, SEOSeo onpage & offpage, Search Engine Optimization, SEO
Seo onpage & offpage, Search Engine Optimization, SEO
 
How Does Google Crawl the Web?
How Does Google Crawl the Web?How Does Google Crawl the Web?
How Does Google Crawl the Web?
 
SearchLeeds 2018 - Jon Myers - DeepCrawl - The Mobile First Index, what, why ...
SearchLeeds 2018 - Jon Myers - DeepCrawl - The Mobile First Index, what, why ...SearchLeeds 2018 - Jon Myers - DeepCrawl - The Mobile First Index, what, why ...
SearchLeeds 2018 - Jon Myers - DeepCrawl - The Mobile First Index, what, why ...
 
How Marketers Can Work With Code
How Marketers Can Work With CodeHow Marketers Can Work With Code
How Marketers Can Work With Code
 
SEO 101: How to Get Started Winning Google Search Traffic
SEO 101: How to Get Started Winning Google Search TrafficSEO 101: How to Get Started Winning Google Search Traffic
SEO 101: How to Get Started Winning Google Search Traffic
 
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPress
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPressWordPress North East (Jan 2021) ~ SEO Fundamentals For WordPress
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPress
 
How to Optimize Your Website for Crawl Efficiency
How to Optimize Your Website for Crawl EfficiencyHow to Optimize Your Website for Crawl Efficiency
How to Optimize Your Website for Crawl Efficiency
 
How to Use Google Search Console
How to Use Google Search ConsoleHow to Use Google Search Console
How to Use Google Search Console
 
SEO Tutorial
SEO TutorialSEO Tutorial
SEO Tutorial
 
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
 
[BrightonSEO 2019] Restructuring Websites to Improve Indexability
[BrightonSEO 2019] Restructuring Websites to Improve Indexability[BrightonSEO 2019] Restructuring Websites to Improve Indexability
[BrightonSEO 2019] Restructuring Websites to Improve Indexability
 
SEO Audit Workshop : Frameworks , Techniques and Tools
SEO Audit Workshop : Frameworks , Techniques and Tools SEO Audit Workshop : Frameworks , Techniques and Tools
SEO Audit Workshop : Frameworks , Techniques and Tools
 
Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff
Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp CardiffUsing Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff
Using Enhanced Ecommerce for Non-ecommerce @ MeasureCamp Cardiff
 
Mark Munroe - Advanced Search Summit Napa 2019
Mark Munroe - Advanced Search Summit Napa 2019Mark Munroe - Advanced Search Summit Napa 2019
Mark Munroe - Advanced Search Summit Napa 2019
 
Google Analytics New Features - Webinar - 20091030
Google Analytics New Features - Webinar - 20091030Google Analytics New Features - Webinar - 20091030
Google Analytics New Features - Webinar - 20091030
 

Viewers also liked

SEO Conversion Strategies - 12 Power Plays
SEO Conversion Strategies - 12 Power PlaysSEO Conversion Strategies - 12 Power Plays
SEO Conversion Strategies - 12 Power PlaysAngie Schottmuller
 
Mobile Landing Page Optimization - SES New York 2012
Mobile Landing Page Optimization - SES New York 2012Mobile Landing Page Optimization - SES New York 2012
Mobile Landing Page Optimization - SES New York 2012Angie Schottmuller
 
Why Your Searching Sucks (and How to Break Your Google.com Addiction)
Why Your Searching Sucks (and How to Break Your Google.com Addiction)Why Your Searching Sucks (and How to Break Your Google.com Addiction)
Why Your Searching Sucks (and How to Break Your Google.com Addiction)gwasny
 
Mobile Marketing Strategy - SES London 2012
Mobile Marketing Strategy - SES London 2012Mobile Marketing Strategy - SES London 2012
Mobile Marketing Strategy - SES London 2012Angie Schottmuller
 
Social Proof Persuasive Content Framework
Social Proof Persuasive Content FrameworkSocial Proof Persuasive Content Framework
Social Proof Persuasive Content FrameworkAngie Schottmuller
 
Social Media ROI: Formulas & Conversion Optimization Tips
Social Media ROI: Formulas & Conversion Optimization TipsSocial Media ROI: Formulas & Conversion Optimization Tips
Social Media ROI: Formulas & Conversion Optimization TipsAngie Schottmuller
 
Holy Grail of On-Page Content Conversion Optimization
Holy Grail of On-Page Content Conversion OptimizationHoly Grail of On-Page Content Conversion Optimization
Holy Grail of On-Page Content Conversion OptimizationAngie Schottmuller
 
Social Proof Tips to Boost Landing Page Conversions
Social Proof Tips to Boost Landing Page ConversionsSocial Proof Tips to Boost Landing Page Conversions
Social Proof Tips to Boost Landing Page ConversionsAngie Schottmuller
 

Viewers also liked (9)

SEO Conversion Strategies - 12 Power Plays
SEO Conversion Strategies - 12 Power PlaysSEO Conversion Strategies - 12 Power Plays
SEO Conversion Strategies - 12 Power Plays
 
Mobile Landing Page Optimization - SES New York 2012
Mobile Landing Page Optimization - SES New York 2012Mobile Landing Page Optimization - SES New York 2012
Mobile Landing Page Optimization - SES New York 2012
 
Why Your Searching Sucks (and How to Break Your Google.com Addiction)
Why Your Searching Sucks (and How to Break Your Google.com Addiction)Why Your Searching Sucks (and How to Break Your Google.com Addiction)
Why Your Searching Sucks (and How to Break Your Google.com Addiction)
 
Mobile Marketing Strategy - SES London 2012
Mobile Marketing Strategy - SES London 2012Mobile Marketing Strategy - SES London 2012
Mobile Marketing Strategy - SES London 2012
 
Social Proof Persuasive Content Framework
Social Proof Persuasive Content FrameworkSocial Proof Persuasive Content Framework
Social Proof Persuasive Content Framework
 
Social Media: ROI Possible
Social Media: ROI PossibleSocial Media: ROI Possible
Social Media: ROI Possible
 
Social Media ROI: Formulas & Conversion Optimization Tips
Social Media ROI: Formulas & Conversion Optimization TipsSocial Media ROI: Formulas & Conversion Optimization Tips
Social Media ROI: Formulas & Conversion Optimization Tips
 
Holy Grail of On-Page Content Conversion Optimization
Holy Grail of On-Page Content Conversion OptimizationHoly Grail of On-Page Content Conversion Optimization
Holy Grail of On-Page Content Conversion Optimization
 
Social Proof Tips to Boost Landing Page Conversions
Social Proof Tips to Boost Landing Page ConversionsSocial Proof Tips to Boost Landing Page Conversions
Social Proof Tips to Boost Landing Page Conversions
 

Similar to Mobile Marketing Conversion Optimization Tools & Tricks (Star Wars Edition)

Add Mobile Device Dimensions to Your Web Analytics with 51Degrees and DNN
Add Mobile Device Dimensions to Your Web Analytics with 51Degrees and DNNAdd Mobile Device Dimensions to Your Web Analytics with 51Degrees and DNN
Add Mobile Device Dimensions to Your Web Analytics with 51Degrees and DNNDNN
 
Philly ete-2011
Philly ete-2011Philly ete-2011
Philly ete-2011davyjones
 
Empowering Multiscreen web and mobile applications with Mobilespear
Empowering Multiscreen web and mobile applications with MobilespearEmpowering Multiscreen web and mobile applications with Mobilespear
Empowering Multiscreen web and mobile applications with MobilespearShay Rosen (שי רוזן)
 
SMX@adtech: Mobile Local and Video Search — Cindy Krum
SMX@adtech: Mobile Local and Video Search — Cindy KrumSMX@adtech: Mobile Local and Video Search — Cindy Krum
SMX@adtech: Mobile Local and Video Search — Cindy Krumadtech_fan
 
How To Be an HTML5 Mobile Cloud Champion
How To Be an HTML5 Mobile Cloud ChampionHow To Be an HTML5 Mobile Cloud Champion
How To Be an HTML5 Mobile Cloud ChampionChris Love
 
MongoDB Mobile
MongoDB Mobile MongoDB Mobile
MongoDB Mobile MongoDB
 
Engage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement TacticsEngage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement TacticsWebtrends
 
Build Mobile Websites | How to make a Mobile Website | Creating Mobile Websites
Build Mobile Websites | How to make a Mobile Website | Creating Mobile WebsitesBuild Mobile Websites | How to make a Mobile Website | Creating Mobile Websites
Build Mobile Websites | How to make a Mobile Website | Creating Mobile WebsitesClickTecs
 
Terence Barr - beyond smartphones - 24mai2011
Terence Barr  - beyond smartphones - 24mai2011Terence Barr  - beyond smartphones - 24mai2011
Terence Barr - beyond smartphones - 24mai2011Agora Group
 
Designing for the Mobile Web
Designing for the Mobile WebDesigning for the Mobile Web
Designing for the Mobile WebRefresh Bmore
 
"Designing for the Mobile Web" by Michael Dick (December 2010)
"Designing for the Mobile Web" by Michael Dick (December 2010)"Designing for the Mobile Web" by Michael Dick (December 2010)
"Designing for the Mobile Web" by Michael Dick (December 2010)Mike Brenner
 
AppsFuel, il nuovo marketplace per mobile web app e mobile site!
AppsFuel, il nuovo marketplace per mobile web app e mobile site!AppsFuel, il nuovo marketplace per mobile web app e mobile site!
AppsFuel, il nuovo marketplace per mobile web app e mobile site!Mobile Web Italy Meetup
 
Creating HTML5 Applications with jQuery Mobile, Ruby and Database.com
Creating HTML5 Applications with jQuery Mobile, Ruby and Database.comCreating HTML5 Applications with jQuery Mobile, Ruby and Database.com
Creating HTML5 Applications with jQuery Mobile, Ruby and Database.comJeff Douglas
 
Win j svsphonegap-damyan-petev-mihail-mateev
Win j svsphonegap-damyan-petev-mihail-mateevWin j svsphonegap-damyan-petev-mihail-mateev
Win j svsphonegap-damyan-petev-mihail-mateevMihail Mateev
 
Building Mobile Websites
Building Mobile WebsitesBuilding Mobile Websites
Building Mobile WebsitesShoshi Roberts
 
WITI Summit 2013 Mobile Technology Trends & Strategy
WITI Summit 2013 Mobile Technology Trends & StrategyWITI Summit 2013 Mobile Technology Trends & Strategy
WITI Summit 2013 Mobile Technology Trends & StrategyAmanda McConnell
 
Why Your Company Needs Native
Why Your Company Needs NativeWhy Your Company Needs Native
Why Your Company Needs NativeDaniel Burke
 
Fake it 'til you make it
Fake it 'til you make itFake it 'til you make it
Fake it 'til you make itJonathan Snook
 
Mobile Optimization that Actually Works
Mobile Optimization that Actually WorksMobile Optimization that Actually Works
Mobile Optimization that Actually WorksOptimizely
 

Similar to Mobile Marketing Conversion Optimization Tools & Tricks (Star Wars Edition) (20)

Add Mobile Device Dimensions to Your Web Analytics with 51Degrees and DNN
Add Mobile Device Dimensions to Your Web Analytics with 51Degrees and DNNAdd Mobile Device Dimensions to Your Web Analytics with 51Degrees and DNN
Add Mobile Device Dimensions to Your Web Analytics with 51Degrees and DNN
 
Philly ete-2011
Philly ete-2011Philly ete-2011
Philly ete-2011
 
Empowering Multiscreen web and mobile applications with Mobilespear
Empowering Multiscreen web and mobile applications with MobilespearEmpowering Multiscreen web and mobile applications with Mobilespear
Empowering Multiscreen web and mobile applications with Mobilespear
 
SMX@adtech: Mobile Local and Video Search — Cindy Krum
SMX@adtech: Mobile Local and Video Search — Cindy KrumSMX@adtech: Mobile Local and Video Search — Cindy Krum
SMX@adtech: Mobile Local and Video Search — Cindy Krum
 
How To Be an HTML5 Mobile Cloud Champion
How To Be an HTML5 Mobile Cloud ChampionHow To Be an HTML5 Mobile Cloud Champion
How To Be an HTML5 Mobile Cloud Champion
 
MongoDB Mobile
MongoDB Mobile MongoDB Mobile
MongoDB Mobile
 
Engage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement TacticsEngage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement Tactics
 
Build Mobile Websites | How to make a Mobile Website | Creating Mobile Websites
Build Mobile Websites | How to make a Mobile Website | Creating Mobile WebsitesBuild Mobile Websites | How to make a Mobile Website | Creating Mobile Websites
Build Mobile Websites | How to make a Mobile Website | Creating Mobile Websites
 
Terence Barr - beyond smartphones - 24mai2011
Terence Barr  - beyond smartphones - 24mai2011Terence Barr  - beyond smartphones - 24mai2011
Terence Barr - beyond smartphones - 24mai2011
 
Designing for the Mobile Web
Designing for the Mobile WebDesigning for the Mobile Web
Designing for the Mobile Web
 
"Designing for the Mobile Web" by Michael Dick (December 2010)
"Designing for the Mobile Web" by Michael Dick (December 2010)"Designing for the Mobile Web" by Michael Dick (December 2010)
"Designing for the Mobile Web" by Michael Dick (December 2010)
 
AppsFuel, il nuovo marketplace per mobile web app e mobile site!
AppsFuel, il nuovo marketplace per mobile web app e mobile site!AppsFuel, il nuovo marketplace per mobile web app e mobile site!
AppsFuel, il nuovo marketplace per mobile web app e mobile site!
 
Creating HTML5 Applications with jQuery Mobile, Ruby and Database.com
Creating HTML5 Applications with jQuery Mobile, Ruby and Database.comCreating HTML5 Applications with jQuery Mobile, Ruby and Database.com
Creating HTML5 Applications with jQuery Mobile, Ruby and Database.com
 
Win j svsphonegap-damyan-petev-mihail-mateev
Win j svsphonegap-damyan-petev-mihail-mateevWin j svsphonegap-damyan-petev-mihail-mateev
Win j svsphonegap-damyan-petev-mihail-mateev
 
Building Mobile Websites
Building Mobile WebsitesBuilding Mobile Websites
Building Mobile Websites
 
WITI Summit 2013 Mobile Technology Trends & Strategy
WITI Summit 2013 Mobile Technology Trends & StrategyWITI Summit 2013 Mobile Technology Trends & Strategy
WITI Summit 2013 Mobile Technology Trends & Strategy
 
Why Your Company Needs Native
Why Your Company Needs NativeWhy Your Company Needs Native
Why Your Company Needs Native
 
Fake it 'til you make it
Fake it 'til you make itFake it 'til you make it
Fake it 'til you make it
 
Mobile Optimization that Actually Works
Mobile Optimization that Actually WorksMobile Optimization that Actually Works
Mobile Optimization that Actually Works
 
Mobile web apps
Mobile web appsMobile web apps
Mobile web apps
 

More from Angie Schottmuller

Hero Shot Images: 7 Secrets to Visuals That Drive Sales
Hero Shot Images: 7 Secrets to Visuals That Drive SalesHero Shot Images: 7 Secrets to Visuals That Drive Sales
Hero Shot Images: 7 Secrets to Visuals That Drive SalesAngie Schottmuller
 
Social Proof Conversion Optimization Secrets
Social Proof Conversion Optimization SecretsSocial Proof Conversion Optimization Secrets
Social Proof Conversion Optimization SecretsAngie Schottmuller
 
5 Content-First Marketing Steps to Jurassic Conversion
5 Content-First Marketing Steps to Jurassic Conversion5 Content-First Marketing Steps to Jurassic Conversion
5 Content-First Marketing Steps to Jurassic ConversionAngie Schottmuller
 
Landing Page Content Worksheet
Landing Page Content WorksheetLanding Page Content Worksheet
Landing Page Content WorksheetAngie Schottmuller
 
First Impression Rehab: Design Physiology Tips to Boost Conversion
First Impression Rehab: Design Physiology Tips to Boost ConversionFirst Impression Rehab: Design Physiology Tips to Boost Conversion
First Impression Rehab: Design Physiology Tips to Boost ConversionAngie Schottmuller
 
Mobile Conversion Optimization for Context
Mobile Conversion Optimization for ContextMobile Conversion Optimization for Context
Mobile Conversion Optimization for ContextAngie Schottmuller
 
Visual Marketing with Hero Shot Images
Visual Marketing with Hero Shot ImagesVisual Marketing with Hero Shot Images
Visual Marketing with Hero Shot ImagesAngie Schottmuller
 
SEO Conversion Optimization Star Wars Insights
SEO Conversion Optimization Star Wars InsightsSEO Conversion Optimization Star Wars Insights
SEO Conversion Optimization Star Wars InsightsAngie Schottmuller
 
Usability Conversion Optimization for the Eye
Usability Conversion Optimization for the EyeUsability Conversion Optimization for the Eye
Usability Conversion Optimization for the EyeAngie Schottmuller
 
Organic Conversion Optimization - 15 Wins to Convert SEO Traffic
Organic Conversion Optimization - 15 Wins to Convert SEO TrafficOrganic Conversion Optimization - 15 Wins to Convert SEO Traffic
Organic Conversion Optimization - 15 Wins to Convert SEO TrafficAngie Schottmuller
 
SEO Conversion Strategies (MacGyver Problem Solving Edition)
SEO Conversion Strategies (MacGyver Problem Solving Edition)SEO Conversion Strategies (MacGyver Problem Solving Edition)
SEO Conversion Strategies (MacGyver Problem Solving Edition)Angie Schottmuller
 
Conversion Optimization - 6 Power Tricks of the Trade
Conversion Optimization - 6 Power Tricks of the TradeConversion Optimization - 6 Power Tricks of the Trade
Conversion Optimization - 6 Power Tricks of the TradeAngie Schottmuller
 

More from Angie Schottmuller (12)

Hero Shot Images: 7 Secrets to Visuals That Drive Sales
Hero Shot Images: 7 Secrets to Visuals That Drive SalesHero Shot Images: 7 Secrets to Visuals That Drive Sales
Hero Shot Images: 7 Secrets to Visuals That Drive Sales
 
Social Proof Conversion Optimization Secrets
Social Proof Conversion Optimization SecretsSocial Proof Conversion Optimization Secrets
Social Proof Conversion Optimization Secrets
 
5 Content-First Marketing Steps to Jurassic Conversion
5 Content-First Marketing Steps to Jurassic Conversion5 Content-First Marketing Steps to Jurassic Conversion
5 Content-First Marketing Steps to Jurassic Conversion
 
Landing Page Content Worksheet
Landing Page Content WorksheetLanding Page Content Worksheet
Landing Page Content Worksheet
 
First Impression Rehab: Design Physiology Tips to Boost Conversion
First Impression Rehab: Design Physiology Tips to Boost ConversionFirst Impression Rehab: Design Physiology Tips to Boost Conversion
First Impression Rehab: Design Physiology Tips to Boost Conversion
 
Mobile Conversion Optimization for Context
Mobile Conversion Optimization for ContextMobile Conversion Optimization for Context
Mobile Conversion Optimization for Context
 
Visual Marketing with Hero Shot Images
Visual Marketing with Hero Shot ImagesVisual Marketing with Hero Shot Images
Visual Marketing with Hero Shot Images
 
SEO Conversion Optimization Star Wars Insights
SEO Conversion Optimization Star Wars InsightsSEO Conversion Optimization Star Wars Insights
SEO Conversion Optimization Star Wars Insights
 
Usability Conversion Optimization for the Eye
Usability Conversion Optimization for the EyeUsability Conversion Optimization for the Eye
Usability Conversion Optimization for the Eye
 
Organic Conversion Optimization - 15 Wins to Convert SEO Traffic
Organic Conversion Optimization - 15 Wins to Convert SEO TrafficOrganic Conversion Optimization - 15 Wins to Convert SEO Traffic
Organic Conversion Optimization - 15 Wins to Convert SEO Traffic
 
SEO Conversion Strategies (MacGyver Problem Solving Edition)
SEO Conversion Strategies (MacGyver Problem Solving Edition)SEO Conversion Strategies (MacGyver Problem Solving Edition)
SEO Conversion Strategies (MacGyver Problem Solving Edition)
 
Conversion Optimization - 6 Power Tricks of the Trade
Conversion Optimization - 6 Power Tricks of the TradeConversion Optimization - 6 Power Tricks of the Trade
Conversion Optimization - 6 Power Tricks of the Trade
 

Recently uploaded

Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...amber724300
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Jeffrey Haguewood
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Nikki Chapple
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 

Recently uploaded (20)

Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 

Mobile Marketing Conversion Optimization Tools & Tricks (Star Wars Edition)

  • 1. Mobile Marketing Conversion Optimization Tools and Code Tricks to Enhance Mobile UX & Conversion [ Star Wars Jedi-Style ] Angie Schottmuller - @aschottmuller SMX Advanced 2012 - #SMX #mobile #CRO #RWD
  • 2. What is a Conversion?
  • 3. Conversion Rate = The % of users that complete a presented action.
  • 4. BUY SUBSCRIBE SUBMIT FORM WATCH VIDEO SHARE ACTIONS CLICK A LINK RATE OR REVIEW COMMENT CALL (PHONE) INTERACT (GAME/CONFIGURATOR)
  • 5. Star Wars Conversion Rates Obi Wan’s Jedi Record: 50%
  • 6. Industry average conversion rate is ~2-4%. So 50% is awesome! ...Right?
  • 7.
  • 9. ASK YOURSELF: What are the consequences of getting it wrong? ^ VERY
  • 10. 43% are unlikely to return to a slow-loading mobile site Source: Compuware, "What Users Want from Mobile,” 2011
  • 11. 40% turn to a competitor’s site after a bad mobile experience Source: Compuware, "What Users Want from Mobile," 2011
  • 12. You need a PLAN.
  • 13. You must use the information in this R2 unit to plan the attack...
  • 14. Mobile CRO Preparation CONSIDERATIONS: WHAT TO CHANGE: • Accessibility (#killflash) • Simplify layout • Responsive design • Reduce context • Hover-functionality • Increase sizing (menus, tooltips, etc.) (text, buttons) • Page size and speed • Increase margin/padding on links • Geolocation / privacy & fields • Selectively feature CTA • Adjust CTA placement
  • 15. Contextual Differences TECHNOLOGY: SITUATION: • Usability • Week day, Time of day • Page load • Geography (size/speed) • Referrer, Click paths • Connection speed • Customer history • Device capabilities • Urgency • Screen size • Strategic agenda • Dynamic environment
  • 16. User Goal Differences • Traditional Desktop/Laptop > Benefit-Oriented • Tablet > Interaction-Oriented • Smartphone > Task-Oriented
  • 18. CONTENT is only king... in the right kingdom of CONTEXT.
  • 19. Mobile Mini Toolbox View, detect, and measure.
  • 21. EXPANDABLE MENU “Ooooh! Awesome mobile website! I wonder how they did that...” RESPONSIVE SLIDESHOW
  • 23. View Source Code javascript:(function()%7Bvar%20d%3Dd ocument%2Cs%2Ce%3Bvar%20el%3Dd. getElementById('snpy')%3Bif(typeof%20 MOBILE Snoopy!%3D'undefined')%7BSnoopy.to ggle()%3Breturn%7Delse%20if(el)%7Bel. BOOKMARKLETS className%3D%2Fclosed%2F.test(el.cl assName)%3Fel.className.replace('cl osed'%2C'')%3Ael.className%2B'%20cl osed'%3Breturn%7Ds%3Dd.createEleme nt('link')%3Bs.setAttribute('href'%2C'http • Snoopy %3A%2F%2Fsnoopy- assets.allmarkedup.com%2Fsnoopy- by AllMarkedUp.com min.css')%3Bs.setAttribute('rel'%2C'styles heet')%3Bs.setAttribute('type'%2C'text% 2Fcss')%3Bd.getElementsByTagName('h • ViewS ead')%5B0%5D.appendChild(s)%3Be%3 Dd.createElement('script')%3Be.setAttri by Shaun Inman bute('src'%2C'http%3A%2F%2Fsnoopy- assets.allmarkedup.com%2Fsnoopy- min.js')%3Bd.getElementsByTagName(' • View Source body')%5B0%5D.appendChild(e)%7D)() %3B by Ole Michelsen
  • 24. View Source Code MOBILE BOOKMARKLETS • Snoopy by AllMarkedUp.com • ViewS by Shaun Inman • View Source by Ole Michelsen
  • 25. View Source Code MOBILE BOOKMARKLETS • Snoopy by AllMarkedUp.com • ViewS by Shaun Inman • View Source by Ole Michelsen
  • 28. “Mobile” Detection FEATURE METHOD • User Agent (UA) • Client-Side Script • Screen Width • Server-Side API • CSS Media Queries • Cloud Web Service • Touchscreen- Capable See BONUS SECTION for tools!
  • 30. “You’re sure the homing beacon is secure aboard their ship? I’m taking an awful risk, Vader. This had better work.” - Grand Moff Wilhuff Tarkin
  • 31. 25-40% of mobile traffic is NOT detected by traditional web analytics.
  • 32. REALITY Those are the droids you were looking for.
  • 33. Web Analytics for Mobile 1. Track what you can Google Analytics - Create Advanced Segments: http://bit.ly/gamobiletracking 2. Set ‘unknown referrers’ w/ tracking codes SiteCatalyst - Specify Referrer Hack: http://bit.ly/scsetreferrer
  • 34. “Your powers are weak, old man...”
  • 35. Use Mobile Analytics • Bango • Percent Mobile • Amethon
  • 37. Where Does Your Mobile Design Fall? Hann Diagram by theepiceeffect
  • 38. jQuery is your ally.
  • 39. jQuery Responsive Plugins Headings: FitTextJS.com Video: FitVidsJS.com
  • 40. jQuery Responsive Slideshows WooThemes Flexslider PhotoSwipe.com
  • 41. Campaign Example: Subway Battleship battleship.subway.com Free Code: 6LYHL6NY VERY WELL DONE! (Check out the code!)
  • 43.
  • 44.
  • 45. Top Actions on Mobile: • Make a phone call • Find nearest location
  • 46. 61% of mobile users call after a local business search Source: Google - The Mobile Movement Study, 2011
  • 47.
  • 48. Set Up Click-to-Call (CTC) 1. Select the phone number 2. Make it a hyperlink: Syntax: "tel:+" + [country code] + [phone #] Example: tel:+16515551212 HTML: <a href="tel:+16515551212">(651) 555-1212</a> See RFC 3966 for specifications: http://bit.ly/rfc3966
  • 49. Click-to-Call Conversion Tips <a href="tel:+16515551212" class="clicktocall">Call Now! (651) 555-1212</a> • Include a phone icon For a FREE quote: • Include a CTA • Include the phone # Hours: Mon-Fri, 8am - 4pm CT • Style the link as a button • Include useful/enticing context • CSS style for mobile/non-mobile
  • 51.
  • 53. GeoIP / Geolocation Tools • GeoIP Database http://bit.ly/maxmindgeoip • Zip/Postal Code Database • GeoIP Web Service API • HTML5 Geolocation API http://bit.ly/html5geolocationapi
  • 54. “That’s impossible. Even for a computer.”
  • 55. ACTUAL MAXMIND GOOGLE LOADER Compare Map Points: http://bit.ly/itouchmap
  • 56. Get the Code: http://html5demos.com/geo
  • 57. Proximate is close enough for suggestions!
  • 58. Privacy Considerations PERSONAL NON-INTRUSIVE Stores nearest you: Stores near 55127: Change Location
  • 59. Personalize with GeoIP • Personalize headings with city or metro names • Regionalize “voice” to use local terms or slang • List a nearby representative or store contacts • Re-center and zoom maps • Estimate sales tax or shipping fees • Pre-populate web form location fields
  • 61. Beyond 3, anticipate each added form field to REDUCE mobile conversion by 50%
  • 62. Simplify Forms: 1. Hide City and State (compute from Zip) 2. Drop Address (unless for mailer) 3. Drop Phone 4. Drop non-required fields
  • 63. Improve Forms: 1. Default Zip (Use geolocation) 2. Use HTML5 input types 55127 HTML5 Inputs: http://bit.ly/html5inputtypes
  • 64. HTML5 Input Types Zip Code Field: Phone Field: <input type=“number”> <input type=“tel”>
  • 65. HTML5 Input Types Email Field: Website Field: <input type=“email”> <input type=“url”>
  • 66. Mobile CRO Tools Recap • View mobile source code • Mobile detection tools • Mobile analytics • jQuery responsive plugins • Html5 input types • Click-to-call code tricks • Geolocation code and uses
  • 67. “You can either profit by this or be destroyed.”
  • 68. Key Takeaways • You have more mobile traffic than you think • Rethink "conversion” • Context is the kingdom • Free/inexpensive tools are available to help • Geolocation rocks for personalization
  • 69. Join the Mobile Rebellion!
  • 71. << Bonus Section >> LINKS TO TOOLS
  • 72. “Mobile” Detection Tools • DetectMobileBrowsers.com • DetectRight.com • WURLF.sourceforge.net • DeviceAtlas.com • PHP Mobile Detect • Detecting Touch Devices: http://bit.ly/touchdetection
  • 73. GeoIP Accuracy Check • Google Loader vs. MaxMind GeoIP City API: (JSfiddle code snippet) http://bit.ly/geoipgooglevsmaxmind • iTouchMap - Map Out Multiple Latitude and Longitude Points: http://bit.ly/itouchmap • HTML5 Geolocation Example w/ Code: http://html5demos.com/geo

Editor's Notes

  1. http://girls-gone-geek.com/2011/10/14/the-star-wars-divide-a-tale-of-two-costumes/
  2. http://www.tumblr.com/tagged/anakin-skywalker?before=1333333588
  3. http://goodgeekranting.wordpress.com/2012/01/26/r2-cant-get-no-respect/
  4. http://mattersofgrey.com/kinect-star-wars-freebies/
  5. Screenshot example of http://webdesignerwall.com
  6. Screenshot example of http://webdesignerwall.com
  7. AUDIENCE POLL:By a show of hands, how many of you have mobile reports or segments configured in your analytics?
  8. Image: http://rapiddatasolutions.com/mobile/
  9. http://starwars.wikia.com/wiki/Mission_to_Jabba%27s_Palace_%28Galactic_Civil_War%29