I have a simple native Android app that is a webview of a website, effectively to make the mobile-ready site native-like if you will. The website already has Google Analytics installed.
What might be a good way to track which visitors are using the app?
- I could adding Android Native App Tracking, but I presume that would double track the users. Unless it's smart enough to connect the visits?
- I could pass custom get variable to the site that maybe adds a custom attribute to the tracking for native app users. But that doesn't sound very clean.
What might be best for tracking? I feel there's got to be an obvious answer I'm missing.
that should help you:
http://www.the4thdimension.net/2011/11/using-google-analytics-with-html5-or.html
And in stats of google analytics you should get some info at least about operating system android.