Blair Cox
Posts: 0
Joined: Thu Jun 04, 2015 2:29 pm

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

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/...

Blair Cox
Posts: 0
Joined: Thu Jun 04, 2015 2:29 pm

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

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.

Return to “Issues”