We are thinking about using Google Analytics to a free and basic way to get info on our mobile Apps. We are looking at the Analytics Measurement Protocol - which uses http post to their server. This way they can also see what usage they are getting between web App vs real app.
https://developers.google.com/analytics ... 1/devguide
Has anyone done mobile analytics or have any suggestions [or concerns] on using Google Analytics??
--Todd
Mobile App Analytics
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Mobile App Analytics
Hi Todd,
By using Google Analytics, you first and foremost help Google to gather data. Apart from that, the instructions for developers seem quite straightforward. Besides using the API, you could also embed the GA syntax provided by Google in HTML websites on a server and call these sites from the mobile app. This avoids having to use the API and is much easier and quicker. I did this for a project that mostly used data from a server anyway.
Kind regards,
Markk
By using Google Analytics, you first and foremost help Google to gather data. Apart from that, the instructions for developers seem quite straightforward. Besides using the API, you could also embed the GA syntax provided by Google in HTML websites on a server and call these sites from the mobile app. This avoids having to use the API and is much easier and quicker. I did this for a project that mostly used data from a server anyway.
Kind regards,
Markk
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Mobile App Analytics
Wouldn't that be true for any third-party data collection service?Mark wrote:By using Google Analytics, you first and foremost help Google to gather data.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Mobile App Analytics
Doesn't this mean there is a market for a liveCode plugin?Wouldn't that be true for any third-party data collection service?
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!