+ All Categories
Home > Technology > Google Analytics for Quantified Self

Google Analytics for Quantified Self

Date post: 26-Jan-2015
Category:
Upload: vanessa-sabino
View: 104 times
Download: 1 times
Share this document with a friend
Description:
THe problems about using multiple apps to track your data and how Google Analytics can help
18
I HAD AN I DEA ... by / Vanessa Sabino @bani
Transcript
Page 1: Google Analytics for Quantified Self

I HAD AN IDEA...

by / Vanessa Sabino @bani

Page 2: Google Analytics for Quantified Self

I LIKE TRACKING THINGS

Page 3: Google Analytics for Quantified Self

I LIKE TRACKING THINGS

Page 4: Google Analytics for Quantified Self

I LIKE TRACKING THINGS

Page 5: Google Analytics for Quantified Self

I LIKE TRACKING THINGS

Page 6: Google Analytics for Quantified Self

I LIKE TRACKING THINGS

Page 7: Google Analytics for Quantified Self

I USE (A LOT OF) APPS

Page 8: Google Analytics for Quantified Self

IT IS NOT A PERFECT WORLD

Using closed apps present several problems:

Data lives in silosDo I drink more water when I exercise?

Can't export dataA linechart is all you have?!

One account for each serviceWhat are they going to do with my data?

How long until they run out of business?

Page 9: Google Analytics for Quantified Self

WHAT IF I COULD USE...

Page 10: Google Analytics for Quantified Self

NOT GOOGLE GLASS

Page 11: Google Analytics for Quantified Self

GOOGLE ANALYTICS

Page 12: Google Analytics for Quantified Self

GOOGLE ANALYTICS

ReliableCustomize and segment reportsExport data (directly or through the API)

Page 13: Google Analytics for Quantified Self

REAL LIFE TRACKINGIntroducing Universal Analytics

http://youtu.be/C27yMQOS8n0

Page 14: Google Analytics for Quantified Self

TRACK WHAT YOU WANT

Page 15: Google Analytics for Quantified Self

IT'S SUPER EASY!

import urllibimport urllib2

parameters = { 'v': '1', 'tid': 'UA-41050853-1', 'cid': 'xyz', 't': 'event', 'ec': 'Self', 'ea': 'Water', 'el': 'Glass', 'ev': 200}data = urllib.urlencode(parameters).encode('utf-8')headers = {'User-Agent': 'Mozilla/5.0 (compatible; MeasurementProtocol/1.0; script)'}req = urllib2.Request('https://ssl.google-analytics.com/collect', data, headers)print urllib2.urlopen(req).info()

Page 16: Google Analytics for Quantified Self

HERE IS MY PLAN

An Android app that sends data from NFC tags

Page 17: Google Analytics for Quantified Self

HERE IS MY PLAN

A web app with a form to send ad hoc data

Page 18: Google Analytics for Quantified Self

WHAT DO YOU THINK?

by /

http://weureka.comVanessa Sabino @bani


Recommended