Mobile App Analytics

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ToddFabacher
Posts: 280
Joined: Fri Jan 09, 2015 6:15 pm

Mobile App Analytics

Post by ToddFabacher » Tue Jun 23, 2015 7:24 pm

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

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Mobile App Analytics

Post by Mark » Fri Jul 24, 2015 2:55 pm

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

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Mobile App Analytics

Post by FourthWorld » Fri Jul 24, 2015 4:23 pm

Mark wrote:By using Google Analytics, you first and foremost help Google to gather data.
Wouldn't that be true for any third-party data collection service?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Mobile App Analytics

Post by Simon » Fri Jul 24, 2015 7:54 pm

Wouldn't that be true for any third-party data collection service?
Doesn't this mean there is a market for a liveCode plugin?

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply