Analytics is the discovery and communication of meaningful patterns in data.

Slides:



Advertisements
Similar presentations
The Website Its Magical May How to Use the Cool Cities Website.
Advertisements

How to use a scanner Throughout this slide show there will be hyperlinks (highlighted in blue) follow the hyperlinks to navigate to the specified Topic.
MICROSOFT OFFICE ACCESS 2007.
CONDO MANAGER The Leader in Association Accounting and Management Software Mailing Address: P.O. Box Charlotte, North Carolina Web Site
SMOKEY POINT DIST. DRIVER REWARDS Introducing the Driver Rewards Program.
Salesforce1 Mobile App Jan
Downloading and Installing AutoCAD Architecture 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the software.
We are partners in learning.. Note: Office 365 works best in Internet Explorer V 9 or above. Some features do not work in PWCS’s Chrome Browser or in.
Introduction to eValid Presentation Outline What is eValid? About eValid, Inc. eValid Features System Architecture eValid Functional Design Script Log.
Maximizing the Value of Your Investments With Advanced Campaign Management And Campaign Analysis Ad Campaigns.
- The Event Intelligence Platform Smarter Events for Exhibitors, Organizers & Attendees Making the most out of Zerista Company Confidential – Do Not Reproduce.
Fusion GPS Externalization Pilot Training 1/5/2011 Lydia M. Naylor Research Lead.
Getting The Most Out of Your Business Website Insert Your Logo.
PRIOS ARA Limited Agent User Instructions PRIOS ARA Limited Agent User Instructions Professional Repossessors Interactive Operating System.
The largest software provider to the US Youth Soccer Market.
Classroom User Training June 29, 2005 Presented by:
Confidential - © 2012 StreamWIDE © StreamWIDE
Customer Portal – Customer User. You will receive an indicating that your Customer Portal registration is complete. A link to the Customer Portal,
Module 8: Managing Client Configuration and Connectivity.
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
Microsoft Office Communicator A General Introduction.
Copyright ®xSpring Pte Ltd, All rights reserved Versions DateVersionDescriptionAuthor May First version. Modified from Enterprise edition.NBL.
Web Based Inventory Site Building Room Asset Number Category Type Description Serial Number Manufacturer Model Vendor Name Acquired Date P O Number Budget.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
RemoteNet Presented By The Systems House Inc.. Enhancements Order by multiple selling units of measure Updated the webpage’s look and feel –Style sheets.
Lead Management Tool Partner User Guide March 15, 2013
RemoteNet Presented By The Systems House, Inc.. Enhancements Order by multiple selling units of measureOrder by multiple selling units of measure Web.
Overview of Collaboration Toolkit for CRP7 - CCAFS.
IPortal Bringing your company and your business partners together through customized WEB-based portal software. SanSueB Software Presents iPortal.
*********** Enter your Enter your password Click here to Sign In.
Getting Started with SharePoint 2010 Gareth Johns IT Skills Development Advisor.
What’s a mobile app? A mobile app is a software program you can download and access directly using your phone or another mobile device, like a tablet.
ACMH Website ACMH STAFF RETREAT April 15, 2015 ACMH Education Coordinator: Terri Henrizi.
Building an EDRM solution on the Microsoft & Tower Platform Jonny Chambers (Microsoft) & Jason Boswell (Tower Software)
Analytics is the discovery and communication of meaningful patterns in data.
Copyright 2014 by Persona GLOBAL, Inc. All rights reserved PC GAMEPLAN Application.
MCSE Guide to Microsoft Exchange Server 2003 Administration Chapter One Introduction to Exchange Server 2003.
Google Apps and Tools for the Classroom
COMM 3050 – Online Project Update. Project Roles  Organizer Responsible for creating Zoom account technical aspects and posting recorded meeting to S:
Splunk Enterprise Instructor: Summer Partain 3 Day Course.
Downloading the App 1 Go to the right store. Access the App Store on iOS devices, the Play Store on Android, and for a.
R Some of these slides are from Prof Frank Lin SJSU. r Minor modifications are made. 1.
Setting up REEF: Note to Instructors This presentation deck outlines the student set up steps if you’re planning to use REEF Grade Sync with your LMS.
Step 1 Lead Notifications Dear Partner, New leads have been assigned to your organization based on customer preference and are available for you.
Setting up REEF: Note to Instructors This presentation deck outlines the student set up steps if you’re planning to manually export grades to your LMS.
SoftUpdate New features and management technique.
Reading Articles and ebooks on Your Mobile Device
Prepare Students to Participate in Class
EZ MESSENGER CUSTOMER portal training
Meetoo Tips.
Business ByDesign (Case Study)
Custom Report Generator - Advanced
PC Gameplan Application.
INTERCEPTION APPLICATION
JustWare Mobile | Anthony Munar and Chris Dockstader
Setting up REEF: Note to Instructors
Mobile Application Development
City of Lakewood, California - Lakewood Online key points
Reading Articles and ebooks on Your Mobile Device
Table of Contents What is SONA? Benefits of using SONA
Setting up REEF: REEF Web
Security Guard Reporting Android App
Best Ios App Development Company
What Is Sharepoint? Mohsen Ashkboos
atEvent + HubSpot Integtration Instructions
Zoom Conferencing Tips, Tricks and Tools.
Member Engagement Platform (MEP) Utilization Update
Confidential, not for publication
Presentation transcript:

Analytics is the discovery and communication of meaningful patterns in data.

First: some context on big data and analytics

Every company is becoming a software company. Every software company is becoming a data company.

“Big Data” and “Analytics” are kind of a thing right now.

job security.

Cool data stories

Johannes KeplerTycho Brahe aka science walrus

Johannes KeplerTycho Brahe

John Snow Figured out Cholera spreads through water. No one believed him :(

Next: applying analytics to your business

Use analytics to measure progress toward a goal. Use analytics to test new hypotheses. Use analytics to explore.

What is the goal of your app? Write down at least one goal for an app that you’ve worked on. Be prepared to share it with the class.

How do you measure your progress toward that goal? Assuming you could record anything in your app, what would you measure to test your progress toward your goal?

A common goal: engagement Downloads App Launches Account creations Views Posts Shares/Tweets/ s Purchases

Introducing Event Data

Time Action (verb) State (nouns) { timestamp: T19:10: , item: sophisticated orange turtleneck with deer on it, cost: 469.5, payment_method: Bank Simple VISA, customer: { name: Francis Woodbury, age: 28, personality: sullen, }, store: { name: Yupster Things, city: San Francisco, state: California, address: 467 West Portal Ave, } }; purchase =

Example Data Model App: People Directory Events: Opens, Closes, Searches, Calls, s, Texts, Modifications Nouns: User, App, Device/Platform, Record

Examples Nouns: User, Company, Organization, Team, Platform, Device, App, Level, Garden, Favorites, Message, Interests, Inventory, Cart, Location, Item, Record, Product, Account, Form, Picture, Story Verbs: Login, Upgrade, Submit, Scroll, Send, Share, Search, Logout, Invite, Check-In, Vote, Purchase, Level Up, Favorite, Vote, Crash, Rate, Start, Modify, Check, View, Capture

Rules of thumb for event data 5-10 nouns are important in your app 5-10 verbs are important in your app Nouns and their properties are your data model. Verbs are the actions you should record. Try to record maximum information about nouns with every event.

Exercise I (10min) Pair with the person next to you. Pick 1 event (action) in your app and create a data model for it. What nouns and properties can you record for this event? Prepare to share your results with the class.

Next: Common Analytics Techniques

Segmentation / Filtering Sorting data into buckets. Commonly used to sort users into groups. Examples: Gender, Age, Location, Department, Referrer, Version, Device Any property you record with an event can be used in filtering.

Exercise II – 5min 1. Recall the event you modeled in the previous exercise. 2. Think about the properties you could record for that event. 3. Think of at least one property you would like to use for filtering or segmentation. Be prepared to share it with the class.

A/B Testing aka Split Testing 21% more people clicked on the red button than on the green button!

Example of split testing data Which version of the form was more effective? Signup Events

Name an example of something in your app that you would like to A/B test.

Funnels Launched App: 550 Performed Search: 548 Viewed Contact: 369 Contacted: 225 opportunity!

Frequently used terms Conversion Retention DAU/MAU

Cohort Analysis A cohort is a group of people who share a common characteristic over a certain period of time.

Cohort Analysis

Analytics

Analytics Architecture Analytics DB App Servers events

Analytics Architecture FreeCloud ServiceDIY Flurry Google Analytics Keen IO Mixpanel MongoDB SQL Omniture Vertica :( Traditional

Mobile Analytics Considerations Battery Life Offline Usage Geo Data (ability to record location) Sessions User ID

Exercise III (Hands-on) Send event data from your iOS app (Go to dataclassroom.com for links.) 1. Install the Keen IO iOS client library 2. Send one or more events 3. Run a count on the number of events 4. Run a count with a filter on one of your custom properties 5. Export your data to see what it looks like in Excel

Exercise IV (Group or Individual) Build a data model for your app. 1. Identify the key actions to record 2. Identify the key objects (nouns) 3. Identify the event properties 4. Identify 3 ways to measure engagement 5. Outline a funnel for this app

Exercise V (Group) Go around the room and discuss how to measure engagement for a variety of apps.

Mobile Analytics Considerations Global Properties