One of the reasons I like it the most is that it uses website analytics using localstorage instead of cookies to store session information (if offline). It was the easiest to set up and you don't have to muck around with native analytics for Android or iOS and the usage is consistent across the platforms. Plus it's JS.
I'm using it with both Android 4+ and iOS 6... works like a charm.
I can't justify the time to write up a step by step guide, but I found it fairly easy to implement.
One of the reasons I like it the most is that it uses website analytics using localstorage instead of cookies to store session information (if offline). It was the easiest to set up and you don't have to muck around with native analytics for Android or iOS and the usage is consistent across the platforms. Plus it's JS.
I'm using it with both Android 4+ and iOS 6... works like a charm.
I can't justify the time to write up a step by step guide, but I found it fairly easy to implement.
Thanks, will try it out. Will see in 24h if some data shows up in Google Analytics. The realtime tracking in does not show any data though. Maybe realtime tracking doesn't work with packaged apps?
I have realtime tracking working. I didn't have to do anything special. I did notice that there is some latency... sometimes 30 seconds or more before it will register the pageview or event tracking.
An update: I finally got this to work perfectly on my native packaged app. The realtime analytics works also. I used the script mentioned above (https://github.com/ggendre/GALocalStorage). On that page there is instructions to use the "Web site" type of account. Not the "App" type.
An update: I finally got this to work perfectly on my native packaged app. The realtime analytics works also. I used the script mentioned above (https://github.com/ggendre/GALocalStorage). On that page there is instructions to use the "Web site" type of account. Not the "App" type.
so what did you set for the default URL under profile settings ?