anongit / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Add Google Analytics to My Tracks #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We currently have no idea how people are using my tracks.  It looks like it
is not too hard to have google analytics data for our app.

Here is a bit of documentation:
http://analytics.blogspot.com/2009/11/new-feature-spotlight-google-analytics.htm
l
http://code.google.com/apis/analytics/docs/tracking/mobileAppsTracking.html

Of course, it should be disabled by default, or ask at the first startup.

Original issue reported on code.google.com by rdama...@google.com on 18 May 2010 at 5:59

GoogleCodeExporter commented 9 years ago
Don't see the value for a user here.

Original comment by matt.wak...@gmail.com on 29 May 2010 at 9:36

GoogleCodeExporter commented 9 years ago
The value is that we can see how the users are using the app and optimize for 
those
use cases, or improve use cases which are too hard for the users.

Original comment by rdama...@google.com on 2 Jun 2010 at 7:45

GoogleCodeExporter commented 9 years ago

Original comment by sandordo...@google.com on 17 Nov 2010 at 2:40

GoogleCodeExporter commented 9 years ago
@rdama...@google.com Re #2 "improve use cases which are too hard for the 
users": I think it will be pretty tough to find out by stats what use cases are 
hard to use. If you want to find out more about that, I suggest to add a 
feedback link to the app, showing that you value user feedback.

Original comment by marian.s...@gmail.com on 17 Nov 2010 at 6:30

GoogleCodeExporter commented 9 years ago

Original comment by sandordo...@google.com on 24 Nov 2010 at 8:55

GoogleCodeExporter commented 9 years ago
This can be a trivial or huge change depending on what we decide to monitor.

Original comment by sandordo...@google.com on 29 Nov 2010 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by sandordo...@google.com on 6 Jan 2011 at 11:45

GoogleCodeExporter commented 9 years ago
Super simple implementation here:
http://code.google.com/r/sandordornbush-analytics/source/detail?r=96997a03d8348a
5350b6deb05a2101db72ce5ee3

Original comment by sandordo...@google.com on 14 Jun 2011 at 4:17

GoogleCodeExporter commented 9 years ago
Can this be marked as fixed?

Original comment by rdama...@google.com on 22 Jun 2011 at 9:12

GoogleCodeExporter commented 9 years ago
I'd rather leave it open as I would like to track a lot more stuff, but I was 
waiting for you merge your changes back in.

Things I would like to track
- Use of sensors
- Start recording
- Activity type
- End recording with aggregate stats
- Share as file type

Original comment by sandordo...@google.com on 22 Jun 2011 at 9:20

GoogleCodeExporter commented 9 years ago
I'd also add export to that.

Original comment by rdama...@google.com on 22 Jun 2011 at 10:23

GoogleCodeExporter commented 9 years ago
I added the following 15 instrumentation.
"/appstart"
"/action/record_track"
"/action/import"
"/action/save_all"
"/action/insert_marker"
"/action/play"
"/action/share"
"/action/send_google"
"/action/save"
"/send/maps"
"/send/fustion_tables"
"/send/docs"
"/sensor/ant"
"/sensor/zephyr"
"/sensor/polar"

Going to close this bug now.

Original comment by jshih@google.com on 6 Jun 2012 at 12:33