Posts tagged analytics
Posts tagged analytics
0 notes &
I’ve always found download statistics articles by other app developers extremely interesting and useful when trying to get insight into download and revenue rates for mobile applications. I thought I’d share the love with some stats on my very first android game GeoPop.
GeoPop
The game is very simple: tap shapes in the order specified as fast as you can within the time limit. The more shapes you match, the higher your score will be. The challenge comes from beating your own high-score and placing top of the leader-board.
The simplicity of the game mechanic was ideal for learning android development, and the mechanics of game development in general. Being a server-side developer by trade, it was a big leap having to work with UI vs game threads and handling time based animation, rendering and object movement in a frame rate independent way.
Equally, because the mechanic is fairly simple, and the game has only a single game mode, my expectations as to download numbers are very conservative.
Stats
I released the game on November 26th.
Today (December 4th). I have a total of 183 installs.
Here is my google analytics chart for the number of app launches per day:

This represents a total of 108 absolute unique users.
My total revenue from admob so far is $0.06, so any dreams of a giant money vault are still a long way from fruition.
Take Away
I’m happy at my 180 downloads so far, its more than I expected (0) from my first android project.
Interestingly, I released a bug-fix on December 3rd along with a new application icon, and this increased both downloads and active sessions drastically (about 70 downloads happened on that day). The same was not true for a bug fix released 2 days after launch.
Hope this is interesting to the internetz in the same way other posts were useful to me.
Shout Out
I’ve found the following blogs very interesting in this regard: