Ask HN: What are best practices for implementing app analytics?
1–8 of 8 posts
Re: Ask HN: What are best practices for implementing app analytics?
#2Then figure out what's the cost of tracking everything? Does it affect UX? Does it affect your storage capacity? Do you have an analytical team that can work with all that data?
In theory, great idea to track everything (personally I would too). But it may save you more time just to focus on the ones that matter instead of ones that don't.
Re: Ask HN: What are best practices for implementing app analytics?
#3It's magical. :)
Re: Ask HN: What are best practices for implementing app analytics?
#4I'M a huge fan of Heap Analytics ( https://heapanalytics.com/ ). Rather than trying to be precise about what to track and how to instrument the analytics system, you just install their SDK (or JS on your website) and then you have every single thing tracked. Since you collect all the data from day one, as your products / apps grow and mature, you can develop new ratios / rates of change, etc and have them work retroa…
Re: Ask HN: What are best practices for implementing app analytics?
#5The best practice is to identify which key metrics are the most meaningful for your business goals. Without knowing where you're headed, it's difficult to know what to measure. Then figure out what's the cost of tracking everything? Does it affect UX? Does it affect your storage capacity? Do you have an analytical team that can work with all that data? In theory, great idea to track everything (personally I would too…
Re: Ask HN: What are best practices for implementing app analytics?
#6I'M a huge fan of Heap Analytics ( https://heapanalytics.com/ ). Rather than trying to be precise about what to track and how to instrument the analytics system, you just install their SDK (or JS on your website) and then you have every single thing tracked. Since you collect all the data from day one, as your products / apps grow and mature, you can develop new ratios / rates of change, etc and have them work retroa…
Re: Ask HN: What are best practices for implementing app analytics?
#7The best practice is to identify which key metrics are the most meaningful for your business goals. Without knowing where you're headed, it's difficult to know what to measure. Then figure out what's the cost of tracking everything? Does it affect UX? Does it affect your storage capacity? Do you have an analytical team that can work with all that data? In theory, great idea to track everything (personally I would too…
Yeah I agree with specifying which are more meaningful for the app/product. For my larger team we've done just that but the GA specialist is pretty gung-ho about tracking everything -- the cost is developer time and effort -- and for me, working with the analytics team to decipher the output from tracking it all -- a lot of event tags (descriptors) to keep in your head!
Re: Ask HN: What are best practices for implementing app analytics?
#8I'M a huge fan of Heap Analytics ( https://heapanalytics.com/ ). Rather than trying to be precise about what to track and how to instrument the analytics system, you just install their SDK (or JS on your website) and then you have every single thing tracked. Since you collect all the data from day one, as your products / apps grow and mature, you can develop new ratios / rates of change, etc and have them work retroa…
I'm looking to Heap but I'm thinking of using it via Segment which is a wrapper for a bunch of services. Like Zapier for customer data collection.