SlideShare una empresa de Scribd logo
1 de 55
Descargar para leer sin conexión
Engage 2013 Mobile Workshop
        Paul Lawbaugh & Dash Lavine
Agenda
•    Mobile SDKs: Intro
•    Advanced Analytics Events & Howto
•    Cross-channel & Hybrid Apps
•    Custom Data with Data Collection API
Mobile Measurement with Analytics 10

INTRODUCTION
Insight Across Your Digital Channels"
"
Reporting and analytics data for all of your channels (standard/mobile web,
mobile apps, social, etc…) should be available within a single tool
Data Beyond The Tag"
"
Ecosystem data from 3rd party sources (bit.ly, Twitter, Facebook, iTunes,
YouTube, etc.) should be integrated with your 1st Party data"
Flexibility"
"
You should not be forced to make decisions that lead to uncaptured or
unanalyzed data, especially when it comes to key events"
True Visitor Level Data & Segmentation"
"
The collection of visitor attributes/events and the ability to score, segment,
and ultimately act upon data at the individual level is one of the keys to true
success across your channels"
Data Privacy"
"
Protection of your customer data is of extreme importance, especially as
data and devices becomes increasingly personal"
Mobile Strategy: Common Areas of Focus!

•    Monitoring of adoption and top line
     performance!
!
•    Assessing top drivers of traffic and
     refining the site/app to increase traffic
     from those channels!
!
•    Prioritizing design/implementation
     decisions based on device data!
!
•    Optimizing the user experience to
     decrease abandonment!
!
•    Personalizing the mobile site/app to
     increase engagement and lift!
!
"
Mobile Strategy: Questions & Data Points!
 Are people finding and using your Mobile properties?"
 ü  Downloads!
 ü  Total Users/Visitors!
 ü  Active User/Visitor Rate!
 ü  New VS Returning Users/Visitors!

 How engaged and loyal are your Mobile users?"
 ü  Visit/Session Frequency!
 ü  Visit/Session Depth!
 ü  Visit/Session Duration!
 ü  Bounce Rate!

 Are your Mobile users engaging in high value activities?"
 ü  User/Visitor Characteristics!
 ü  User/Visitor Segments!
 ü  Key User Activities!

 How do you retain users and encourage usage?"
 ü  Stickiness!
 ü  Feature Usage!
 ü  Traffic Drivers!
 ü  User/Visitor Feedback!
Mobile Measurement with Analytics 10

MOBILE SDKS
developer.webtrends.com >   “Data IN”   >   “Mobile App SDKs”
Platforms
•    iOS (iPad and iPhone)
•    Android (1.6 and up)
•    Blackberry (Java)
•    Windows Phone 8 (and 7)
Convenience Methods
Configuration Settings
iPhone Step 1: Import Library
iPhone Step 2: DCS ID
iPhone Step 3: Import Frameworks
iPhone Step 4: App Delegate
   Insert “Super” in AppDelegate.m -- see “SDK - iPhone Code
   Snippets.rtf”
iPhone Step 5: Convenience Methods
Insert Convenience Methods for more advanced events as desired
        See Paul’s “SDK – iPhone Code Snippets.rtf” for examples
Mobile Measurement with Analytics 10

CROSS-CHANNEL &
HYBRID APP MEASUREMENT
What is a Hybrid Mobile App?
    Hybrid
    Native + Mobile Web

    Hybrid apps run inside a
    native container, and
    leverage the device’s
    browser engine to render
    the HTML and process the
    JavaScript locally.




© 2012 Webtrends, All Rights Reserved.   | 22
Hybrid Mobile App Benefits
                                         ü  Faster time to market and reduced cost.
                                         ü  Less native coding required
                                              ü  HTML5 developers are typically easier to find and less
                                                  expensive than native developers.
                                              ü  A reduction in native coding usually results in more reusable
                                                  code across platforms as the HTML5/JS/CSS code base can
                                                  be utilized across platforms.
                                              ü  Maintenance costs are usually lower.

                                         ü  App update approval submissions can often be
                                            dramatically minimized.
                                         ü  The web-to-native abstraction layer enables access
                                            to device capabilities that are not accessible within
                                            mobile web applications, such as the
                                            accelerometer, camera and local storage.



© 2012 Webtrends, All Rights Reserved.                                                                            | 23
Measurement Challenges
      ü  Many point solutions often focus on just mobile apps and
         not mobile web.
      ü  Both sets of data cannot always be collected and/or
         combined.
           •    Native: Measurement is usually handled via SDKs
           •    Mobile Web: Measurement is typically handled via JavaScript Tagging

      ü  When you can collect both data types, the IDs are usually
         not synced up.
      ü  The end result is either missing data or the inability to tie
         the data together when you are able to collect both.
      ü  When you cannot tie that data together, you are not
         getting a true picture of what is happening within your
         hybrid apps or with the traffic that is flowing between your
         mobile experiences.
Privacy Concerns & Solutions
          ü  You should always ensure you are focused on safety and
             privacy when it comes to your users’ data. Data ownership/
             control of data and customer opt-out preferences should not
             be overlooked.
          ü  The use of certain identification methods is often problematic
             from a privacy standpoint.
               ü  Apple’s deprecated UDID and MAC addresses are two great
                   examples as the user often has no control over whether or not
                   their data can ever be cleared (as both of those ID types are
                   device specific IDs).

          ü  Recommended Approaches:
               ü  Use a app specific ID if you do not need cross app identification.
               ü  If you do need to use a cross app/platform identifier, do not use a
                   device specific ID that cannot be cleared by the end user.
               ü  Make sure your privacy policy is accurate and up to date.
               ü  Always provide an easy opt-out option.
Measurement Solution
      Webtrends Hybrid SDK
      ü  Privacy compliant default app specific Visitor ID.
      ü  Custom Visitor ID override method should you want to use another
        method such as your own ID or something like SecureUDID.
      ü  Automatic Visitor ID syncing for webview content and mobile web to
        mobile app (or vice versa) traffic.
      ü  Easy, developer friendly convenience methods to automatically populate
        advanced custom reporting (in-app purchases, searches, video, etc…).
      ü  Built-in single line of code opt-out.


      Decoupled Data Collection/Analysis & Advanced Reporting
      ü  Allows for unlimited combinations of data and customizable roll-up
        reporting.
      ü  True big data collection/analysis at scale.
      ü  Large collection of mobile specific spaces, dashboards and standard
        report sets.
      ü  Unlimited custom variables and unmatched custom reporting flexibility.
      ü  Integrated 3rd Party Data (iTunes Connect, Google Play, etc…).
Hybrid/Cross-Channel Analytics!
Anatomy of a Modern App!
Hybrid/Cross-Channel Analytics!
Anatomy of a Modern App!

                Red Text = Hybrid Content

                Blue Text = Cross-Channel
                Scenario
Hybrid/Cross-Channel Analytics!
Anatomy of a Modern App!

                    Search Suggestion

                    WebView Content

                    Text, Content,
                    Messaging

                    Images, Maps, Video
Hybrid/Cross-Channel Analytics!
Anatomy of a Modern App!

                    Search Suggestion

                    WebView Content

                    Text, Content,
                    Messaging

                    Images, Maps, Video

                    Matching User and Session
                    ID across App and web
                    requests
Hybrid/Cross-Channel Analytics!
Scenario – Bringing it all together!




User starts on Web:
Groupon, m., email
or other site.
Hybrid/Cross-Channel Analytics!
Scenario – Bringing it all together!




Link click
(1st or 3rd
party)
launches
mobile app
Hybrid/Cross-Channel Analytics!
Scenario – Bringing it all together!


                     Content Relevant in Mobile
                     Analytics


Link click
(1st or 3rd          Cross-channel Conversion
party)               Details: hotel chain, image
launches             selection or hotel features
mobile app
Hybrid/Cross-Channel Analytics!
Scenario – Bringing it all together!
                            Conversion
                            Event

                            Which
                            elements
                            influence
                            conversion?

                            VDM profiles
                            user segment
                            for optimize &
                            targeting
Hybrid/Cross-Channel Analytics!
Scenario – Bringing it all together!
                             WebView or
                             online
                             checkout




User session
must match
from
acquisition -
conversion
Cross-channel JavaScript
App Referrals
WT.fr on conversion events
WebtrendsDataCollector.firstReferrer()

iOS Launch referral
didLaunchWithOptions

Register CURL (custom URL)
info.plist > add url > reverse domain convention
myapp://
Mobile Measurement with Analytics 10

CUSTOM DATA WITH
DATA COLLECTION API
Sample App – Data In
http://developer.webtrends.com/docs/DOC-1205
DC API HowTo
•  An example walkthrough using Fiddler follows the
   step details
•  DC Requests follow our Open Exchange REST
   precedent:
•    http://dc.webtrends.com/v1/[DCS ID]/events.svc?dcsformat=plain
DC API HowTo
•  Address: dc.webtrends.com
•  Version: v1 (when we release new versions, previous
   will remain active)
•  DCS ID: [A valid WebTrends DCS ID] - If you are
   testing/debugging, create a test DCS data source
•  DCSFormat: plain, XML
  “Format” specifies the return request format
  You still need a request header to ID the POST data
•  [optional] DCSVerbose=true
DC API HowTo
   Step 1: Form a Base DC Request with your DCSID:
•  http://dc.webtrends.com/v1/
   dcst2axhq00000oqoz417slqm_2m2n/events.svc?
   dcsformat=plain&dcsverbose=true
DC API HowTo
   Step 2: Header Content
•     You will also need to specify in the request header the
   format of the POST data you are sending.
•  Currently we are only supporting text formatted data (no
   XML in the POST body just yet):

•  Content-Type: application/x-www-form-urlencoded
DC API HowTo
     Step 3: Form the content of the POST
•    “Core” Required Params in POST body:
•    •dcsuri= (URI stem)
•    •dcsua= (useragent string)
•    •WT.ti=[pagetitle]
•    •WT.co_f= one of the several visitor ID parameters
     WebTrends supports (see docs for full details)
•    •WT.tz=-8 (time zone) this is optional but a good practice
•    •WT.co=yes this is a fixed value needed to validate the hit

        Put all of these parameters into a single & joined string like:
        dcsuri=apphome.php&wt.ti=Home%20Page&dcsua=android...
        Remember to URL encode special characters you want to include in the
        values like spaces = %20.
DC API HowTo
     Step 4: Testing in Fiddler
•    Fiddler is a free open source tool for sending and
     monitoring http and other protocol requests.
•    Our use case is to allow you to send a POST and easily
     view the return response from the WebTrends server
•    Get Fiddler2 @
     http://www.fiddler2.com/fiddler2/version.asp
•    Open Fiddler
•    Click on the "Request Builder" tab
•    Insert the data from Steps 1-3 as created above
•    Click execute
DC API HowTo
   Step 5: Debug the Results
•  Double click on the results shown in the Web Sesssions window
   after you execute the request.
•  The details it will show include the full POST you made, the header
   sent and a parsed return from the server.
•  One of the details WebTrends returns is a version and build number
   in case you are running into trouble with a beta server
Additional Parameters




https://developer.webtrends.com/community/dc/blog/2011/02/03/preview-
                how-do-i-create-my-own-sdk-for-platform
Digital Measurement with Analytics 10

DASHBOARDS AND REPORTS
Custom Reports
Custom Reports
Webtrends & 3rd Party Data for Mobile Spaces
• What’s Included?!
   »  Key Metrics !
        •  Downloads!
        •  Revenue!
        •  Updates!
        •  Installs!
        •  Ratings!
   »  Break-Out Reports!
        •  iOS Ratings!
        •  iOS Sales + Trends!
        •  GP Installs: App
           Versions!
        •  GP Installs: Carriers!
        •  GP Installs: Countries!
        •  GP Installs: Devices!
        •  GP Installs: Locales!
        •  GP Installs: OS!
        •  GP Sales: Cities!
        •  GP Sales: Countries!
Sessions You Must See
•  Tues @ 11am : Webtrends Customer
   Showcase: Success with Analytics On Demand
  –  3M, Orbitz, Thomson Reuters

•  Tues @ 3pm: Mobile Measurement Strategy
  –  Zinio

•  Wed @10am: What to Measure in Social
  –  Susan Ettlinger – Altimeter
  –  John Lovett – Web Analytics Demystified
Thank You




      paul.lawbaugh@webtrends.com
           blogs.webtrends.com
           @portland_friend
Rate
 Session
   &
Speakers/
Panelists
Engage 2013 - Mobile Measurement Workshop

Más contenido relacionado

La actualidad más candente

Wireless Systems Congress LocalSocial
Wireless Systems Congress LocalSocialWireless Systems Congress LocalSocial
Wireless Systems Congress LocalSocialSean O'Sullivan
 
Device Technology - Mobile
Device Technology - MobileDevice Technology - Mobile
Device Technology - MobileAlterian
 
Hybrid Smart phone application development analysis
Hybrid Smart phone application development analysisHybrid Smart phone application development analysis
Hybrid Smart phone application development analysisSandeep Krishna
 
Software Development Engineers Ireland
Software Development Engineers IrelandSoftware Development Engineers Ireland
Software Development Engineers IrelandSean O'Sullivan
 
HTML5 Mobile Web Framework - High Level Design
HTML5 Mobile Web Framework - High Level DesignHTML5 Mobile Web Framework - High Level Design
HTML5 Mobile Web Framework - High Level DesignThanh Nguyen
 
M care sales deck v1
M care sales deck v1M care sales deck v1
M care sales deck v1MobileAware
 
Delivering Exceptional User Experiences and Engagement – Learn from Real Worl...
Delivering Exceptional User Experiences and Engagement – Learn from Real Worl...Delivering Exceptional User Experiences and Engagement – Learn from Real Worl...
Delivering Exceptional User Experiences and Engagement – Learn from Real Worl...BlueArc Group
 
iPad Apps for the Enterprise
iPad Apps for the EnterpriseiPad Apps for the Enterprise
iPad Apps for the EnterpriseSukumar Jena
 
Mobile web me2day_seminar
Mobile web me2day_seminarMobile web me2day_seminar
Mobile web me2day_seminarSang-il Jung
 
The Modern Web, Part 1: Mobility
The Modern Web, Part 1: MobilityThe Modern Web, Part 1: Mobility
The Modern Web, Part 1: MobilityDavid Pallmann
 
Optimizing mobile apps and websites
Optimizing mobile apps and websitesOptimizing mobile apps and websites
Optimizing mobile apps and websitesVik Chaudhary
 
Zytrix labs corporate_profile_e_india
Zytrix labs corporate_profile_e_indiaZytrix labs corporate_profile_e_india
Zytrix labs corporate_profile_e_indiaDiwakar Singh
 
Are You Mobile Friendly or a Mobile Frenemy?
Are You Mobile Friendly or a Mobile Frenemy?Are You Mobile Friendly or a Mobile Frenemy?
Are You Mobile Friendly or a Mobile Frenemy?vizCards
 
Hyphenate: Build Engaged User Communities with In-App Chat
Hyphenate: Build Engaged User Communities with In-App ChatHyphenate: Build Engaged User Communities with In-App Chat
Hyphenate: Build Engaged User Communities with In-App ChatHan Dong
 
Enterprise Mobile App UX: Designing from UI to Backend
Enterprise Mobile App UX: Designing from UI to BackendEnterprise Mobile App UX: Designing from UI to Backend
Enterprise Mobile App UX: Designing from UI to BackendSanjeev Sharma
 
What is a Healthcare IT Platform?
What is a Healthcare IT Platform?What is a Healthcare IT Platform?
What is a Healthcare IT Platform?Ed Dodds
 

La actualidad más candente (20)

Wireless Systems Congress LocalSocial
Wireless Systems Congress LocalSocialWireless Systems Congress LocalSocial
Wireless Systems Congress LocalSocial
 
Device Technology - Mobile
Device Technology - MobileDevice Technology - Mobile
Device Technology - Mobile
 
Mobile Marketing Strategy
Mobile Marketing StrategyMobile Marketing Strategy
Mobile Marketing Strategy
 
Company Profile
Company ProfileCompany Profile
Company Profile
 
Hybrid Smart phone application development analysis
Hybrid Smart phone application development analysisHybrid Smart phone application development analysis
Hybrid Smart phone application development analysis
 
Software Development Engineers Ireland
Software Development Engineers IrelandSoftware Development Engineers Ireland
Software Development Engineers Ireland
 
HTML5 Mobile Web Framework - High Level Design
HTML5 Mobile Web Framework - High Level DesignHTML5 Mobile Web Framework - High Level Design
HTML5 Mobile Web Framework - High Level Design
 
M care sales deck v1
M care sales deck v1M care sales deck v1
M care sales deck v1
 
Overview of LocalSocial
Overview of LocalSocialOverview of LocalSocial
Overview of LocalSocial
 
Delivering Exceptional User Experiences and Engagement – Learn from Real Worl...
Delivering Exceptional User Experiences and Engagement – Learn from Real Worl...Delivering Exceptional User Experiences and Engagement – Learn from Real Worl...
Delivering Exceptional User Experiences and Engagement – Learn from Real Worl...
 
iPad Apps for the Enterprise
iPad Apps for the EnterpriseiPad Apps for the Enterprise
iPad Apps for the Enterprise
 
Mobile web me2day_seminar
Mobile web me2day_seminarMobile web me2day_seminar
Mobile web me2day_seminar
 
The Modern Web, Part 1: Mobility
The Modern Web, Part 1: MobilityThe Modern Web, Part 1: Mobility
The Modern Web, Part 1: Mobility
 
Mobile Apps Develpment - A Comparison
Mobile Apps Develpment - A ComparisonMobile Apps Develpment - A Comparison
Mobile Apps Develpment - A Comparison
 
Optimizing mobile apps and websites
Optimizing mobile apps and websitesOptimizing mobile apps and websites
Optimizing mobile apps and websites
 
Zytrix labs corporate_profile_e_india
Zytrix labs corporate_profile_e_indiaZytrix labs corporate_profile_e_india
Zytrix labs corporate_profile_e_india
 
Are You Mobile Friendly or a Mobile Frenemy?
Are You Mobile Friendly or a Mobile Frenemy?Are You Mobile Friendly or a Mobile Frenemy?
Are You Mobile Friendly or a Mobile Frenemy?
 
Hyphenate: Build Engaged User Communities with In-App Chat
Hyphenate: Build Engaged User Communities with In-App ChatHyphenate: Build Engaged User Communities with In-App Chat
Hyphenate: Build Engaged User Communities with In-App Chat
 
Enterprise Mobile App UX: Designing from UI to Backend
Enterprise Mobile App UX: Designing from UI to BackendEnterprise Mobile App UX: Designing from UI to Backend
Enterprise Mobile App UX: Designing from UI to Backend
 
What is a Healthcare IT Platform?
What is a Healthcare IT Platform?What is a Healthcare IT Platform?
What is a Healthcare IT Platform?
 

Similar a Engage 2013 - Mobile Measurement Workshop

Engage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement TacticsEngage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement TacticsWebtrends
 
Demystifying the Mobile Container - PART I
Demystifying the Mobile Container - PART IDemystifying the Mobile Container - PART I
Demystifying the Mobile Container - PART IRelayware
 
IBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBIZZ
 
Designing and Developing Custom Mobile Applications
Designing and Developing Custom Mobile ApplicationsDesigning and Developing Custom Mobile Applications
Designing and Developing Custom Mobile ApplicationsDunn Solutions Group
 
Soa architect summit mobile 2013_mar [compatibility mode]
Soa architect summit mobile 2013_mar [compatibility mode]Soa architect summit mobile 2013_mar [compatibility mode]
Soa architect summit mobile 2013_mar [compatibility mode]Sreeni Pamidala
 
Cross platform mobile application architecture for enterprise
Cross platform mobile application architecture for enterpriseCross platform mobile application architecture for enterprise
Cross platform mobile application architecture for enterpriseVenkat Alagarsamy
 
Css corp smart_web_webinar_sep28
Css corp smart_web_webinar_sep28Css corp smart_web_webinar_sep28
Css corp smart_web_webinar_sep28Movate
 
HTML5 vs. Native Apps: Demystifying the Decision Making Process
HTML5 vs. Native Apps: Demystifying the Decision Making ProcessHTML5 vs. Native Apps: Demystifying the Decision Making Process
HTML5 vs. Native Apps: Demystifying the Decision Making ProcessiTexico
 
HP at Mobile World Congress 2014 HP Mobility Journey – An HP IT on HP Story
HP at Mobile World Congress 2014 HP Mobility Journey – An HP IT on HP StoryHP at Mobile World Congress 2014 HP Mobility Journey – An HP IT on HP Story
HP at Mobile World Congress 2014 HP Mobility Journey – An HP IT on HP StoryPronq by HP
 
Overview of Enterprise Mobility
Overview of Enterprise MobilityOverview of Enterprise Mobility
Overview of Enterprise MobilityYuvaraj Ilangovan
 
Red Hat Mobile
Red Hat MobileRed Hat Mobile
Red Hat MobileRed Hat
 
Extending softwareintomobile 11 28-2012
Extending softwareintomobile 11 28-2012Extending softwareintomobile 11 28-2012
Extending softwareintomobile 11 28-2012CorSource
 
Enterprise Mobility with Sybase Unwired Platform
Enterprise Mobility with Sybase Unwired PlatformEnterprise Mobility with Sybase Unwired Platform
Enterprise Mobility with Sybase Unwired PlatformInfosys
 
Using Watson to build Cognitive IoT Apps on Bluemix
Using Watson to build Cognitive IoT Apps on BluemixUsing Watson to build Cognitive IoT Apps on Bluemix
Using Watson to build Cognitive IoT Apps on BluemixIBM
 
Key Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility SolutionKey Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility Solutionroshanjk
 
Confused about Native vs Hybrid vs Cross-Platform ?
Confused about Native vs Hybrid vs Cross-Platform ?Confused about Native vs Hybrid vs Cross-Platform ?
Confused about Native vs Hybrid vs Cross-Platform ?Rosalie Lauren
 
Mobile app development converted
Mobile app development convertedMobile app development converted
Mobile app development convertedSandy Gupta
 

Similar a Engage 2013 - Mobile Measurement Workshop (20)

Engage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement TacticsEngage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement Tactics
 
Demystifying the Mobile Container - PART I
Demystifying the Mobile Container - PART IDemystifying the Mobile Container - PART I
Demystifying the Mobile Container - PART I
 
IBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with Worklight
 
Designing and Developing Custom Mobile Applications
Designing and Developing Custom Mobile ApplicationsDesigning and Developing Custom Mobile Applications
Designing and Developing Custom Mobile Applications
 
Cti av3
Cti av3Cti av3
Cti av3
 
Soa architect summit mobile 2013_mar [compatibility mode]
Soa architect summit mobile 2013_mar [compatibility mode]Soa architect summit mobile 2013_mar [compatibility mode]
Soa architect summit mobile 2013_mar [compatibility mode]
 
Cross platform mobile application architecture for enterprise
Cross platform mobile application architecture for enterpriseCross platform mobile application architecture for enterprise
Cross platform mobile application architecture for enterprise
 
Css corp smart_web_webinar_sep28
Css corp smart_web_webinar_sep28Css corp smart_web_webinar_sep28
Css corp smart_web_webinar_sep28
 
HTML5 vs. Native Apps: Demystifying the Decision Making Process
HTML5 vs. Native Apps: Demystifying the Decision Making ProcessHTML5 vs. Native Apps: Demystifying the Decision Making Process
HTML5 vs. Native Apps: Demystifying the Decision Making Process
 
HP at Mobile World Congress 2014 HP Mobility Journey – An HP IT on HP Story
HP at Mobile World Congress 2014 HP Mobility Journey – An HP IT on HP StoryHP at Mobile World Congress 2014 HP Mobility Journey – An HP IT on HP Story
HP at Mobile World Congress 2014 HP Mobility Journey – An HP IT on HP Story
 
Overview of Enterprise Mobility
Overview of Enterprise MobilityOverview of Enterprise Mobility
Overview of Enterprise Mobility
 
App and/or Mobile Web
App and/or Mobile WebApp and/or Mobile Web
App and/or Mobile Web
 
Red Hat Mobile
Red Hat MobileRed Hat Mobile
Red Hat Mobile
 
Extending softwareintomobile 11 28-2012
Extending softwareintomobile 11 28-2012Extending softwareintomobile 11 28-2012
Extending softwareintomobile 11 28-2012
 
Enterprise Mobility with Sybase Unwired Platform
Enterprise Mobility with Sybase Unwired PlatformEnterprise Mobility with Sybase Unwired Platform
Enterprise Mobility with Sybase Unwired Platform
 
Using Watson to build Cognitive IoT Apps on Bluemix
Using Watson to build Cognitive IoT Apps on BluemixUsing Watson to build Cognitive IoT Apps on Bluemix
Using Watson to build Cognitive IoT Apps on Bluemix
 
Key Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility SolutionKey Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility Solution
 
Designing Mobile Applications
Designing Mobile ApplicationsDesigning Mobile Applications
Designing Mobile Applications
 
Confused about Native vs Hybrid vs Cross-Platform ?
Confused about Native vs Hybrid vs Cross-Platform ?Confused about Native vs Hybrid vs Cross-Platform ?
Confused about Native vs Hybrid vs Cross-Platform ?
 
Mobile app development converted
Mobile app development convertedMobile app development converted
Mobile app development converted
 

Más de Webtrends

Webtrends Infinity Data Connector
Webtrends Infinity Data Connector Webtrends Infinity Data Connector
Webtrends Infinity Data Connector Webtrends
 
The Workforce Engages
The Workforce EngagesThe Workforce Engages
The Workforce EngagesWebtrends
 
Contextual Personalization
Contextual PersonalizationContextual Personalization
Contextual PersonalizationWebtrends
 
Revealed! The Two Lives of Every Marketer
Revealed! The Two Lives of Every MarketerRevealed! The Two Lives of Every Marketer
Revealed! The Two Lives of Every MarketerWebtrends
 
Fantasy Football: Players Don't Win Games, Data Does (Or Does It?)
Fantasy Football: Players Don't Win Games, Data Does (Or Does It?)Fantasy Football: Players Don't Win Games, Data Does (Or Does It?)
Fantasy Football: Players Don't Win Games, Data Does (Or Does It?)Webtrends
 
Email Remarketing: Stop, Look and Listen Before You Cross-Sell or Upsell
Email Remarketing: Stop, Look and Listen Before You Cross-Sell or UpsellEmail Remarketing: Stop, Look and Listen Before You Cross-Sell or Upsell
Email Remarketing: Stop, Look and Listen Before You Cross-Sell or UpsellWebtrends
 
All the Data You Need for the Perfect Summer Vacation
All the Data You Need for the Perfect Summer VacationAll the Data You Need for the Perfect Summer Vacation
All the Data You Need for the Perfect Summer VacationWebtrends
 
Customers Abandoning Their Shopping Carts? Don't Get Mad. Get Remarketing!
Customers Abandoning Their Shopping Carts? Don't Get Mad. Get Remarketing!Customers Abandoning Their Shopping Carts? Don't Get Mad. Get Remarketing!
Customers Abandoning Their Shopping Carts? Don't Get Mad. Get Remarketing!Webtrends
 
Making the Case for Social Collaboration in the Enterprise
Making the Case for Social Collaboration in the EnterpriseMaking the Case for Social Collaboration in the Enterprise
Making the Case for Social Collaboration in the EnterpriseWebtrends
 
Engage 2013 - Why Upgrade to v10 Tag
Engage 2013 - Why Upgrade to v10 TagEngage 2013 - Why Upgrade to v10 Tag
Engage 2013 - Why Upgrade to v10 TagWebtrends
 
Engage 2013 - Webtrends Streams
Engage 2013 - Webtrends StreamsEngage 2013 - Webtrends Streams
Engage 2013 - Webtrends StreamsWebtrends
 
Engage 2013 - Webtrends Streams - Technical
Engage 2013 - Webtrends Streams - TechnicalEngage 2013 - Webtrends Streams - Technical
Engage 2013 - Webtrends Streams - TechnicalWebtrends
 
Engage 2013 - The Future of Optimization
Engage 2013 - The Future of OptimizationEngage 2013 - The Future of Optimization
Engage 2013 - The Future of OptimizationWebtrends
 
Engage 2013 - Targeting and Delivering Content
Engage 2013 - Targeting and Delivering ContentEngage 2013 - Targeting and Delivering Content
Engage 2013 - Targeting and Delivering ContentWebtrends
 
Engage 2013 - Tag Management
Engage 2013 - Tag ManagementEngage 2013 - Tag Management
Engage 2013 - Tag ManagementWebtrends
 
Engage 2013 - Segmenting for Content Personalization
Engage 2013 - Segmenting for Content PersonalizationEngage 2013 - Segmenting for Content Personalization
Engage 2013 - Segmenting for Content PersonalizationWebtrends
 
Engage 2013 - Optimizing Mobile + Social Channels
Engage 2013 - Optimizing Mobile + Social ChannelsEngage 2013 - Optimizing Mobile + Social Channels
Engage 2013 - Optimizing Mobile + Social ChannelsWebtrends
 
Engage 2013 - SEM Optimization
Engage 2013 - SEM OptimizationEngage 2013 - SEM Optimization
Engage 2013 - SEM OptimizationWebtrends
 
Engage 2013 - Multi Channel Data Collection
Engage 2013 - Multi Channel Data CollectionEngage 2013 - Multi Channel Data Collection
Engage 2013 - Multi Channel Data CollectionWebtrends
 
Engage 2013 - Mobile Measurement Strategy
Engage 2013 - Mobile Measurement StrategyEngage 2013 - Mobile Measurement Strategy
Engage 2013 - Mobile Measurement StrategyWebtrends
 

Más de Webtrends (20)

Webtrends Infinity Data Connector
Webtrends Infinity Data Connector Webtrends Infinity Data Connector
Webtrends Infinity Data Connector
 
The Workforce Engages
The Workforce EngagesThe Workforce Engages
The Workforce Engages
 
Contextual Personalization
Contextual PersonalizationContextual Personalization
Contextual Personalization
 
Revealed! The Two Lives of Every Marketer
Revealed! The Two Lives of Every MarketerRevealed! The Two Lives of Every Marketer
Revealed! The Two Lives of Every Marketer
 
Fantasy Football: Players Don't Win Games, Data Does (Or Does It?)
Fantasy Football: Players Don't Win Games, Data Does (Or Does It?)Fantasy Football: Players Don't Win Games, Data Does (Or Does It?)
Fantasy Football: Players Don't Win Games, Data Does (Or Does It?)
 
Email Remarketing: Stop, Look and Listen Before You Cross-Sell or Upsell
Email Remarketing: Stop, Look and Listen Before You Cross-Sell or UpsellEmail Remarketing: Stop, Look and Listen Before You Cross-Sell or Upsell
Email Remarketing: Stop, Look and Listen Before You Cross-Sell or Upsell
 
All the Data You Need for the Perfect Summer Vacation
All the Data You Need for the Perfect Summer VacationAll the Data You Need for the Perfect Summer Vacation
All the Data You Need for the Perfect Summer Vacation
 
Customers Abandoning Their Shopping Carts? Don't Get Mad. Get Remarketing!
Customers Abandoning Their Shopping Carts? Don't Get Mad. Get Remarketing!Customers Abandoning Their Shopping Carts? Don't Get Mad. Get Remarketing!
Customers Abandoning Their Shopping Carts? Don't Get Mad. Get Remarketing!
 
Making the Case for Social Collaboration in the Enterprise
Making the Case for Social Collaboration in the EnterpriseMaking the Case for Social Collaboration in the Enterprise
Making the Case for Social Collaboration in the Enterprise
 
Engage 2013 - Why Upgrade to v10 Tag
Engage 2013 - Why Upgrade to v10 TagEngage 2013 - Why Upgrade to v10 Tag
Engage 2013 - Why Upgrade to v10 Tag
 
Engage 2013 - Webtrends Streams
Engage 2013 - Webtrends StreamsEngage 2013 - Webtrends Streams
Engage 2013 - Webtrends Streams
 
Engage 2013 - Webtrends Streams - Technical
Engage 2013 - Webtrends Streams - TechnicalEngage 2013 - Webtrends Streams - Technical
Engage 2013 - Webtrends Streams - Technical
 
Engage 2013 - The Future of Optimization
Engage 2013 - The Future of OptimizationEngage 2013 - The Future of Optimization
Engage 2013 - The Future of Optimization
 
Engage 2013 - Targeting and Delivering Content
Engage 2013 - Targeting and Delivering ContentEngage 2013 - Targeting and Delivering Content
Engage 2013 - Targeting and Delivering Content
 
Engage 2013 - Tag Management
Engage 2013 - Tag ManagementEngage 2013 - Tag Management
Engage 2013 - Tag Management
 
Engage 2013 - Segmenting for Content Personalization
Engage 2013 - Segmenting for Content PersonalizationEngage 2013 - Segmenting for Content Personalization
Engage 2013 - Segmenting for Content Personalization
 
Engage 2013 - Optimizing Mobile + Social Channels
Engage 2013 - Optimizing Mobile + Social ChannelsEngage 2013 - Optimizing Mobile + Social Channels
Engage 2013 - Optimizing Mobile + Social Channels
 
Engage 2013 - SEM Optimization
Engage 2013 - SEM OptimizationEngage 2013 - SEM Optimization
Engage 2013 - SEM Optimization
 
Engage 2013 - Multi Channel Data Collection
Engage 2013 - Multi Channel Data CollectionEngage 2013 - Multi Channel Data Collection
Engage 2013 - Multi Channel Data Collection
 
Engage 2013 - Mobile Measurement Strategy
Engage 2013 - Mobile Measurement StrategyEngage 2013 - Mobile Measurement Strategy
Engage 2013 - Mobile Measurement Strategy
 

Último

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 

Último (20)

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 

Engage 2013 - Mobile Measurement Workshop

  • 1. Engage 2013 Mobile Workshop Paul Lawbaugh & Dash Lavine
  • 2. Agenda •  Mobile SDKs: Intro •  Advanced Analytics Events & Howto •  Cross-channel & Hybrid Apps •  Custom Data with Data Collection API
  • 3. Mobile Measurement with Analytics 10 INTRODUCTION
  • 4. Insight Across Your Digital Channels" " Reporting and analytics data for all of your channels (standard/mobile web, mobile apps, social, etc…) should be available within a single tool
  • 5. Data Beyond The Tag" " Ecosystem data from 3rd party sources (bit.ly, Twitter, Facebook, iTunes, YouTube, etc.) should be integrated with your 1st Party data"
  • 6. Flexibility" " You should not be forced to make decisions that lead to uncaptured or unanalyzed data, especially when it comes to key events"
  • 7. True Visitor Level Data & Segmentation" " The collection of visitor attributes/events and the ability to score, segment, and ultimately act upon data at the individual level is one of the keys to true success across your channels"
  • 8. Data Privacy" " Protection of your customer data is of extreme importance, especially as data and devices becomes increasingly personal"
  • 9. Mobile Strategy: Common Areas of Focus! •  Monitoring of adoption and top line performance! ! •  Assessing top drivers of traffic and refining the site/app to increase traffic from those channels! ! •  Prioritizing design/implementation decisions based on device data! ! •  Optimizing the user experience to decrease abandonment! ! •  Personalizing the mobile site/app to increase engagement and lift! ! "
  • 10. Mobile Strategy: Questions & Data Points! Are people finding and using your Mobile properties?" ü  Downloads! ü  Total Users/Visitors! ü  Active User/Visitor Rate! ü  New VS Returning Users/Visitors! How engaged and loyal are your Mobile users?" ü  Visit/Session Frequency! ü  Visit/Session Depth! ü  Visit/Session Duration! ü  Bounce Rate! Are your Mobile users engaging in high value activities?" ü  User/Visitor Characteristics! ü  User/Visitor Segments! ü  Key User Activities! How do you retain users and encourage usage?" ü  Stickiness! ü  Feature Usage! ü  Traffic Drivers! ü  User/Visitor Feedback!
  • 11. Mobile Measurement with Analytics 10 MOBILE SDKS
  • 12. developer.webtrends.com > “Data IN” > “Mobile App SDKs”
  • 13. Platforms •  iOS (iPad and iPhone) •  Android (1.6 and up) •  Blackberry (Java) •  Windows Phone 8 (and 7)
  • 16. iPhone Step 1: Import Library
  • 17. iPhone Step 2: DCS ID
  • 18. iPhone Step 3: Import Frameworks
  • 19. iPhone Step 4: App Delegate Insert “Super” in AppDelegate.m -- see “SDK - iPhone Code Snippets.rtf”
  • 20. iPhone Step 5: Convenience Methods Insert Convenience Methods for more advanced events as desired See Paul’s “SDK – iPhone Code Snippets.rtf” for examples
  • 21. Mobile Measurement with Analytics 10 CROSS-CHANNEL & HYBRID APP MEASUREMENT
  • 22. What is a Hybrid Mobile App? Hybrid Native + Mobile Web Hybrid apps run inside a native container, and leverage the device’s browser engine to render the HTML and process the JavaScript locally. © 2012 Webtrends, All Rights Reserved. | 22
  • 23. Hybrid Mobile App Benefits ü  Faster time to market and reduced cost. ü  Less native coding required ü  HTML5 developers are typically easier to find and less expensive than native developers. ü  A reduction in native coding usually results in more reusable code across platforms as the HTML5/JS/CSS code base can be utilized across platforms. ü  Maintenance costs are usually lower. ü  App update approval submissions can often be dramatically minimized. ü  The web-to-native abstraction layer enables access to device capabilities that are not accessible within mobile web applications, such as the accelerometer, camera and local storage. © 2012 Webtrends, All Rights Reserved. | 23
  • 24. Measurement Challenges ü  Many point solutions often focus on just mobile apps and not mobile web. ü  Both sets of data cannot always be collected and/or combined. •  Native: Measurement is usually handled via SDKs •  Mobile Web: Measurement is typically handled via JavaScript Tagging ü  When you can collect both data types, the IDs are usually not synced up. ü  The end result is either missing data or the inability to tie the data together when you are able to collect both. ü  When you cannot tie that data together, you are not getting a true picture of what is happening within your hybrid apps or with the traffic that is flowing between your mobile experiences.
  • 25. Privacy Concerns & Solutions ü  You should always ensure you are focused on safety and privacy when it comes to your users’ data. Data ownership/ control of data and customer opt-out preferences should not be overlooked. ü  The use of certain identification methods is often problematic from a privacy standpoint. ü  Apple’s deprecated UDID and MAC addresses are two great examples as the user often has no control over whether or not their data can ever be cleared (as both of those ID types are device specific IDs). ü  Recommended Approaches: ü  Use a app specific ID if you do not need cross app identification. ü  If you do need to use a cross app/platform identifier, do not use a device specific ID that cannot be cleared by the end user. ü  Make sure your privacy policy is accurate and up to date. ü  Always provide an easy opt-out option.
  • 26. Measurement Solution Webtrends Hybrid SDK ü  Privacy compliant default app specific Visitor ID. ü  Custom Visitor ID override method should you want to use another method such as your own ID or something like SecureUDID. ü  Automatic Visitor ID syncing for webview content and mobile web to mobile app (or vice versa) traffic. ü  Easy, developer friendly convenience methods to automatically populate advanced custom reporting (in-app purchases, searches, video, etc…). ü  Built-in single line of code opt-out. Decoupled Data Collection/Analysis & Advanced Reporting ü  Allows for unlimited combinations of data and customizable roll-up reporting. ü  True big data collection/analysis at scale. ü  Large collection of mobile specific spaces, dashboards and standard report sets. ü  Unlimited custom variables and unmatched custom reporting flexibility. ü  Integrated 3rd Party Data (iTunes Connect, Google Play, etc…).
  • 28. Hybrid/Cross-Channel Analytics! Anatomy of a Modern App! Red Text = Hybrid Content Blue Text = Cross-Channel Scenario
  • 29. Hybrid/Cross-Channel Analytics! Anatomy of a Modern App! Search Suggestion WebView Content Text, Content, Messaging Images, Maps, Video
  • 30. Hybrid/Cross-Channel Analytics! Anatomy of a Modern App! Search Suggestion WebView Content Text, Content, Messaging Images, Maps, Video Matching User and Session ID across App and web requests
  • 31. Hybrid/Cross-Channel Analytics! Scenario – Bringing it all together! User starts on Web: Groupon, m., email or other site.
  • 32. Hybrid/Cross-Channel Analytics! Scenario – Bringing it all together! Link click (1st or 3rd party) launches mobile app
  • 33. Hybrid/Cross-Channel Analytics! Scenario – Bringing it all together! Content Relevant in Mobile Analytics Link click (1st or 3rd Cross-channel Conversion party) Details: hotel chain, image launches selection or hotel features mobile app
  • 34. Hybrid/Cross-Channel Analytics! Scenario – Bringing it all together! Conversion Event Which elements influence conversion? VDM profiles user segment for optimize & targeting
  • 35. Hybrid/Cross-Channel Analytics! Scenario – Bringing it all together! WebView or online checkout User session must match from acquisition - conversion
  • 37. App Referrals WT.fr on conversion events WebtrendsDataCollector.firstReferrer() iOS Launch referral didLaunchWithOptions Register CURL (custom URL) info.plist > add url > reverse domain convention myapp://
  • 38. Mobile Measurement with Analytics 10 CUSTOM DATA WITH DATA COLLECTION API
  • 39. Sample App – Data In http://developer.webtrends.com/docs/DOC-1205
  • 40. DC API HowTo •  An example walkthrough using Fiddler follows the step details •  DC Requests follow our Open Exchange REST precedent: •  http://dc.webtrends.com/v1/[DCS ID]/events.svc?dcsformat=plain
  • 41. DC API HowTo •  Address: dc.webtrends.com •  Version: v1 (when we release new versions, previous will remain active) •  DCS ID: [A valid WebTrends DCS ID] - If you are testing/debugging, create a test DCS data source •  DCSFormat: plain, XML “Format” specifies the return request format You still need a request header to ID the POST data •  [optional] DCSVerbose=true
  • 42. DC API HowTo Step 1: Form a Base DC Request with your DCSID: •  http://dc.webtrends.com/v1/ dcst2axhq00000oqoz417slqm_2m2n/events.svc? dcsformat=plain&dcsverbose=true
  • 43. DC API HowTo Step 2: Header Content •  You will also need to specify in the request header the format of the POST data you are sending. •  Currently we are only supporting text formatted data (no XML in the POST body just yet): •  Content-Type: application/x-www-form-urlencoded
  • 44. DC API HowTo Step 3: Form the content of the POST •  “Core” Required Params in POST body: •  •dcsuri= (URI stem) •  •dcsua= (useragent string) •  •WT.ti=[pagetitle] •  •WT.co_f= one of the several visitor ID parameters WebTrends supports (see docs for full details) •  •WT.tz=-8 (time zone) this is optional but a good practice •  •WT.co=yes this is a fixed value needed to validate the hit Put all of these parameters into a single & joined string like: dcsuri=apphome.php&wt.ti=Home%20Page&dcsua=android... Remember to URL encode special characters you want to include in the values like spaces = %20.
  • 45. DC API HowTo Step 4: Testing in Fiddler •  Fiddler is a free open source tool for sending and monitoring http and other protocol requests. •  Our use case is to allow you to send a POST and easily view the return response from the WebTrends server •  Get Fiddler2 @ http://www.fiddler2.com/fiddler2/version.asp •  Open Fiddler •  Click on the "Request Builder" tab •  Insert the data from Steps 1-3 as created above •  Click execute
  • 46. DC API HowTo Step 5: Debug the Results •  Double click on the results shown in the Web Sesssions window after you execute the request. •  The details it will show include the full POST you made, the header sent and a parsed return from the server. •  One of the details WebTrends returns is a version and build number in case you are running into trouble with a beta server
  • 48. Digital Measurement with Analytics 10 DASHBOARDS AND REPORTS
  • 51. Webtrends & 3rd Party Data for Mobile Spaces • What’s Included?! »  Key Metrics ! •  Downloads! •  Revenue! •  Updates! •  Installs! •  Ratings! »  Break-Out Reports! •  iOS Ratings! •  iOS Sales + Trends! •  GP Installs: App Versions! •  GP Installs: Carriers! •  GP Installs: Countries! •  GP Installs: Devices! •  GP Installs: Locales! •  GP Installs: OS! •  GP Sales: Cities! •  GP Sales: Countries!
  • 52. Sessions You Must See •  Tues @ 11am : Webtrends Customer Showcase: Success with Analytics On Demand –  3M, Orbitz, Thomson Reuters •  Tues @ 3pm: Mobile Measurement Strategy –  Zinio •  Wed @10am: What to Measure in Social –  Susan Ettlinger – Altimeter –  John Lovett – Web Analytics Demystified
  • 53. Thank You paul.lawbaugh@webtrends.com blogs.webtrends.com @portland_friend
  • 54. Rate Session & Speakers/ Panelists