Page 1 of 1

Who is using Google Analytics (GA) in their apps?

Posted: Wed Sep 23, 2015 6:42 pm
by Blair Cox

Is there anyone here who is successfully using Google Analytics in their Android apps?

How are you doing it? Can you please share in detail how you worked around the current issues.

What are you tracking your app's usage with if not GA? Please advise - thanks!

https://getsatisfaction.com/apperyio/...


Who is using Google Analytics (GA) in their apps?

Posted: Thu Sep 24, 2015 11:59 am
by Blair Cox

This may be helpful to some - http://piwik.org/faq/how-to/faq_20304/

How do I track a Phonegap app with Piwik?

Category: How to
To measure your Phonegap app with Piwik, you can include the default JavaScript Tracking code in your app pages. Then you will need to make one change to the default Tracking code:

Locate the line: var u="//{$PIWIK_URL}";,
Replace it with the following: var u="[url=http://{$PIWIK_URL}]http://{$PIWIK_URL}[/url]";. Note that http: or https: is pre-pended in front of your Piwik URL.