|
|
|
|
|
by mukaiji
4981 days ago
|
|
Google analytics is great for basic web stuff (getting origin of requests and so forth). KISSMetric is phenomenal as well. If you do email marketing, I think SendGrid might be a good option to measure email engagement metric, on top of not having to maintain an email service. If ever you feel like doing more data crunching on your own, I recommend getting started with Splunk. The company i work for uses it extensively. Splunk is phenomenal but tricky to use properly (I'll explain). I think the reason it works so well for us is because every action taken by either the server or user-facing devices is carefully logged. As a result, we're able to pull insightful user metrics in highly customizable way that any other service out there just can't get you. Here's the downside of Splunk: since it's so hands-on, there's little initial guidance as to what you should be looking at, and thus the hardest part of Splunk is knowing how to ask the right question. Beyond that, it definitely has its quirks. For example, I wish it was easier to export data to do more in depth data analysis with matlab and the likes (they have a so-so api). I also question the accuracy of their indexing at times (rumors has it around the office that there are log lines that don't get properly fetched...). In any case, if you are serious about analytics (and can afford it in the long run), Splunk is a strong candidate. It will force you to think long and hard about what exactly you are trying to measure. edit: grammar. |
|