UX Analytics for Data-driven Product Development

48
UX Analytics for Data- driven Product Development Turn your data into real products Discover user interests in real-time way Trieu Nguyen - http://blog.trieu.xyz or @tantrieuf31 Lead Engineer at Ad Platform ( http://adsplay.vn ) at FPT Telecom

Transcript of UX Analytics for Data-driven Product Development

Page 1: UX Analytics for Data-driven Product Development

UX Analytics for Data-driven Product Development● Turn your data into real products● Discover user interests in real-time way

Trieu Nguyen - http://blog.trieu.xyz or @tantrieuf31Lead Engineer at Ad Platform ( http://adsplay.vn ) at FPT Telecom

Page 2: UX Analytics for Data-driven Product Development

If you like Big Data Analytic Intern Jobs, submit your CV to me: [email protected] at http://engineering.adsplay.net

Page 3: UX Analytics for Data-driven Product Development

Just little introduction● 2007 I did my first Graph Analytics on Yahoo 360 friend'

blogs (use Web Crawler)● 2008 Java Developer, develop Social Trading Network for a

startup (Yopco)● 2011 joined FPT Online, engineer at social network

platform, develop first API for VnExpress Mobile App● 2012 Join Greengar Studios to learn more about mobile● 2013 at FPT Online, back-end engineer for http://eClick.vn ● 2015 at FPT Telecom, lead engineer for http://itvad.vn

Page 4: UX Analytics for Data-driven Product Development

Contents for this talk

● Trends of Now and the Future● Why analytics for mobile development● Core KPIs● How to implement, case study and demo● Lessons ● Questions & Answers

Page 5: UX Analytics for Data-driven Product Development

Trends of Now and the Future

● Mobile● Big Data● Analytics

Page 6: UX Analytics for Data-driven Product Development

In 2013, mobile devices will pass PCs to be most common Web access tools.

By 2015, over 80% of handsets in mature markets will be smart phones. Source:http://www.forbes.com/sites/ericsavitz/2012/10/23/gartner-top-10-strategic-technology-trends-for-2013/

Page 7: UX Analytics for Data-driven Product Development
Page 8: UX Analytics for Data-driven Product Development

We are in the age of Internet of Things with connected handheld devices

Page 9: UX Analytics for Data-driven Product Development
Page 10: UX Analytics for Data-driven Product Development

Why analytics for mobile development ?

Page 11: UX Analytics for Data-driven Product Development

Turn your data to actionable things ?

Page 12: UX Analytics for Data-driven Product Development

Measure UX using quantitative research ?

Page 13: UX Analytics for Data-driven Product Development

Mobile Apps => Backend APIs => Statistics => Find the Trends & Insights?

Page 14: UX Analytics for Data-driven Product Development
Page 15: UX Analytics for Data-driven Product Development

Connecting the dots ?Users are active dots.and ...“We Belong When We Connect with Each Other”

http://tinybuddha.com/blog/we-belong-when-we-connect-with-each-other/

Page 16: UX Analytics for Data-driven Product Development

How could we see "user interest graph" in our user's database ?

Page 17: UX Analytics for Data-driven Product Development

● Social Graph => Keep the connection

● Interest Graph => Make new connection=> recommendation platformSource: http://en.wikipedia.org/wiki/Interest_graph

Page 18: UX Analytics for Data-driven Product Development

Source: http://gigaom.com/2012/10/02/it-pays-to-know-you-interest-graph-master-gravity-gets-10-6m/

Page 19: UX Analytics for Data-driven Product Development
Page 20: UX Analytics for Data-driven Product Development

Why do analytics for your business ?=> read these Behavioral Economics Books

http://www.goodreads.com/shelf/show/behavioral-economics

Page 21: UX Analytics for Data-driven Product Development

Core KPIs for Data Analytics

Page 22: UX Analytics for Data-driven Product Development

Web vs Mobile AppWeb

Visitors

Visits

Pageviews

Events

Mobile AppUsers

Sessions

Events

Page 23: UX Analytics for Data-driven Product Development

How we build KPIs for mobile analytics ?

● Keep it simple as possible, but no simpler● Identity => Tracking => Data Mashup (Social API)● Leverage the "small" data in real-time

Page 24: UX Analytics for Data-driven Product Development

Metrics: Causes and Effects● Screen Size => App Design, UI/UX, Usability● App version => Deployment, Marketing● Connectivity => Code, User Experience ● Location => Marketing, User Behaviour● OS => Marketing, Cost, Development● Memory => User Experience ● Feature Session => How to engage app users

Page 25: UX Analytics for Data-driven Product Development

Big Data on Small Devices: Data Science goes Mobilehttp://strataconf.com/strata2013/public/schedule/detail/27605

Page 26: UX Analytics for Data-driven Product Development

Keep it simple: Just log them all !

How to implement, case study and demo

Page 27: UX Analytics for Data-driven Product Development

And your databases could be overloaded ?

Page 28: UX Analytics for Data-driven Product Development
Page 29: UX Analytics for Data-driven Product Development

We can't solve problems by using the same kind of thinking we used when we created them.Albert Einstein

Page 30: UX Analytics for Data-driven Product Development
Page 31: UX Analytics for Data-driven Product Development

“lambda architecture” proposed by @nathanmarz

I have applied this architecture at FPT since 2012

Page 32: UX Analytics for Data-driven Product Development

My “lambda architecture” technology stack

● Kafka (http://kafka.apache.org)● RFX ( https://github.com/rfxlab )● Redis ( http://redis.io )● MEAN stack for reporting● Hadoop (HBase, HDFS)● Spark ecosystem https://spark.apache.org ● D3 - http://d3js.org

Page 33: UX Analytics for Data-driven Product Development

Too theory. I want "Seeing is believing".Examples from my experience

Page 34: UX Analytics for Data-driven Product Development
Page 35: UX Analytics for Data-driven Product Development

Case Study (from my freelance project)

Problem:

● Build the app to promote advertising information in real time way

● Measure everything● Report useful information● Mashup and data integration with Facebook

API for social data analytics

Context:

● PhongCachMobile - Smartphone Retail Storehttps://play.google.com/store/apps/details?id=com.mc2ads.browser4x

Page 36: UX Analytics for Data-driven Product Development

Simple architecture● App <=> PHP API <=> JVM Data Analytics API● User tap on an item, tracking it.● User shares/likes an item with Facebook ID,

tracking these events, crawling data using Graph API for Statistics.

Page 37: UX Analytics for Data-driven Product Development
Page 38: UX Analytics for Data-driven Product Development
Page 39: UX Analytics for Data-driven Product Development

Data Collector

Page 40: UX Analytics for Data-driven Product Development
Page 41: UX Analytics for Data-driven Product Development
Page 42: UX Analytics for Data-driven Product Development

Social Data Integration

Page 43: UX Analytics for Data-driven Product Development

Social Data Integration

Page 44: UX Analytics for Data-driven Product Development

LessonsWhat I have learned so far

Page 45: UX Analytics for Data-driven Product Development

What I have learned ● Keep it as simple as possible, but no simpler !● Choose right KPI, right questions => Profit● Design an architecture for your data products● Implement it! Just right tools for right jobs.● Turn your data into the things everyone can

"look & feel"

Page 46: UX Analytics for Data-driven Product Development

Stay focused, keep innovating

Page 47: UX Analytics for Data-driven Product Development

“Logic will get you from A to Z;

imagination will get you

everywhere.” - Albert Einstein

Use your imagination with data analytics, not just logic

Page 48: UX Analytics for Data-driven Product Development