AbdFatah / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Offline-capable Mobile Javascript Tracking #184

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Name of related component: Mobile Tracking & Tracking Code (Javascript / ga.js)

Request summary:
(Kind of a crossover between mobile & javascript tracking)
Would love to see an offline-capable javascript tracking code that could buffer 
up tracking events until communication with the analytics servers was available

Use Cases:
We'd love to be able to track the usage of our offline-capable webapp & 
PhoneGap app

Have tried using a workaround at http://stackoverflow.com/a/8114887 but there's 
a rate-limit to it's use, and sending multiple tracking events one at a time 
(rather than queueing them up into one request) is inefficient

Original issue reported on code.google.com by eionrobb on 31 Jan 2012 at 10:43

GoogleCodeExporter commented 9 years ago

Original comment by awa...@google.com on 7 Nov 2013 at 9:21

GoogleCodeExporter commented 9 years ago
Since posting this, I see that Google Anaylitcs for Chrome apps works offline, 
but the code for it is very Chrome-app specific 
(https://github.com/GoogleChrome/chrome-platform-analytics)

Original comment by eionrobb on 7 Nov 2013 at 9:53