TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Key mobile metrics I should monitor?

3 pointsby kevbamabout 12 years ago
Hi, I launched an app in late December(oncoassist.com) and have seen fluctuations in usage since. I am wondering, what are the key metrics I should be measuring? I am using flurry.com and don't find it very good.I am used to google analytics for websites so maybe I am a little spoiled. Any thoughts or links to good blog posts would be greatly appreciated.

3 comments

mehrshadabout 12 years ago
Without trying your app (not available to US users) or knowing if it's a freemium or ad model, I can't really provide too much insight.<p>KISS and Mixpanel are nice, but there's little to no point in using them if you don't have your KPIs prioritized, and they may be overkill. I've found it just as effective to track growth via Google Analytics and a series of SQL queries, in conjunction with a dashboarding service like chart.io. I also used Flurry for a while, but it frustrated me quite a bit (Mixpanel offers a lot of the same features, btw). And if your app is HTML5, GA event-tracking is just as effective.<p>Since mobile is the primary interface, month-over-month growth rate is your live-or-die 'macro' metric, calculated as simply ('users_at_end_of_last_month' - 'users_at_end_of_prior_month') / 'users_at_end_of_last_month'. As of Apr 10, users_at_end_of_last_month would be Mar 31 and prior_month would be Feb 28. Many contextualize this metric as 'churn,' for which there are numerous calculations. Shopify gives a good example. [1]<p>Of course, it's way more complicated than this. And other KPIs include iTMS downloads/ratings/reviews, average time-to-subscribe, average time per session, number of events per session, DAU/WAU/MAU, e-mail conversion (assuming you manage lists/campaigns), etc.<p>There was also a pretty good overview of how to set up cohort analysis via SQL queries on HN today [2]. Here's where you may want to start using Mixpanel, but only if you're running targeted campaigns.<p>Most importantly, read up on Andrew Chen's blog, starting with this post [3]. This series by the Rapportive CEO [4] is also a good model.<p>Hope this helps.<p>[1] <a href="http://www.shopify.com/technology/4018382-defining-churn-rate-no-really-this-actually-requires-an-entire-blog-post" rel="nofollow">http://www.shopify.com/technology/4018382-defining-churn-rat...</a><p>[2] <a href="http://blog.getmetrica.com/post/44824108745/calculating-rolling-cohort-retention-with-sql" rel="nofollow">http://blog.getmetrica.com/post/44824108745/calculating-roll...</a><p>[3] <a href="http://andrewchen.co/2009/01/19/how-to-create-a-profitable-freemium-startup-spreadsheet-model-included/" rel="nofollow">http://andrewchen.co/2009/01/19/how-to-create-a-profitable-f...</a><p>[4] <a href="http://www.linkedin.com/today/post/article/20121002124206-18876785-how-to-model-viral-growth-the-hybrid-model" rel="nofollow">http://www.linkedin.com/today/post/article/20121002124206-18...</a><p>EDIT: URL formatting
评论 #5526164 未加载
mcarranoabout 12 years ago
You could look into integrating Google Analytics with your application if you have not already done so.<p><a href="https://developers.google.com/analytics/devguides/collection/ios/" rel="nofollow">https://developers.google.com/analytics/devguides/collection...</a><p>I have not done this myself so I am not sure if Google Analytics is any better than Flurry.
评论 #5523387 未加载
gregcohnabout 12 years ago
Mixpanel is the top-shelf solution at the moment. There are a variety of other options, including flurry, KISSmetrics, and a new product from testflight, depending on your preferred price/features blend. Try quora for compare &#38; contrast questions.
评论 #5523383 未加载