Tagged Questions

For questions related to analytics methods and tools.

learn more… | top users | synonyms

27
votes
13answers
2k views

Tell bots apart from human visitors for stats?

I am looking to roll my own simple web stats script. The only major obstacle on the road, as far as I can see, is telling human visitors apart from bots. I would like to have a solution for that ...
20
votes
3answers
8k views

Google Analytics API and .Net

Google announced the Analytics Data Export API some days ago, thereby making it much easier to get analytics data for a site. The API debuted with Java and Javascript clients, but no direct .Net ...
20
votes
18answers
5k views

Is there a faster alternative to Google Analytics?

I like to keep my websites extremely light and fast, but of course I need some kind of user tracking and analytics. It seems like Google Analytics always takes significant enough processing time ...
17
votes
6answers
1k views

How to aggregate analytics from Google, Twitter, YouTube, Facebook, etc

I have a video blog for which I would like to track certain statistics, including stats from Google Analytics, Twitter, YouTube, Facebook, etc. The problem is that the various stats are on different ...
14
votes
15answers
3k views

When is Google Analytics not good enough?

I'm trying to determine why an enterprise wouldn't want to use Google Analytics. Here are the main reasons I've seen mentioned: Inability to track clients that have Javascript disabled. Lack of ...
12
votes
5answers
4k views

Flurry Analytics vs Google Analytics on the mobile platform

I am working on a mobile app on the Android platform (and going forward for the iPhone) and am evaluating the Flurry Analytics and Google Analytics platforms for the app. Both platforms have SDKs for ...
10
votes
4answers
3k views

Google Analytics - Multiple Trackers for Several Accounts?

Maybe I'm going about this wrong, but I'm hoping I can get some insight. I develop for multiple clients nationwide. I track many of my sites using my personal/development Analytics account that ...
10
votes
9answers
1k views

What web log file analyzer do you recommend

I am looking into getting a log file analysis tool for multiple sites. All the sites currently run Google analytics, however I have noticed that the stats that this provides can be a bit off (lower ...
9
votes
7answers
1k views

How to use analytics for desktop applications?

Google Analytics is nice, but it is for websites. If I have a console application how can I track its usage worldwide? Can i just download an transparent.gif file from the analytics service provider? ...
8
votes
1answer
705 views

Does Flurry Analytics for iOS/Android/Blackberry work when offline?

Flurry Analytics tracks analytics for mobile devices, similar to Google Analytics. However, we cannot find technical information regarding this question: Does Flurry tracks analytics when users are ...
8
votes
3answers
599 views

What are the ethical issues with using analytics in Mobile Applications?

I would like to implement Google Analytics in my iPad application. I am wondering if there are any approval process issues with this? Is there a best practice for allowing users to disable or ...
8
votes
3answers
1k views

Architecture for database analytics

We have an architecture where we provide each customer Business Intelligence-like services for their website (internet merchant). Now, I need to analyze those data internally (for algorithmic ...
8
votes
8answers
410 views

SQL query challenge

So here's yet another 'write a query to X' challenge. I'm monitoring a number of networked vending machines. Each machine has a number of parts, e.g. bank note acceptor, coin system, printer and so ...
8
votes
9answers
774 views

What is the point of www in web urls?

I've been trying to collect analytics for my website and realized that Google analytics was not setup to capture data for visitors to www.example.com (it was only setup for example.com). I noticed ...
7
votes
1answer
272 views

Web Application Server Monitoring

I've seen several StackOverflow posts that discuss what tools to use to monitor web application performance, but none that talk about what metrics to focus on. What web server metrics should be ...
7
votes
4answers
728 views

Database architecture for millions of new rows per day

I need to implement a custom-developed web analytics service for large number of websites. The key entities here are: Website Visitor Each unique visitor will have have a single row in the ...
7
votes
3answers
316 views

Is there a C++ or Qt library available to measure feature use of an application

I would like to be able to measure the features in our application that are being used. For example how much certain windows are opened, certain controls are clicked. I can imagine a tool that ...
7
votes
7answers
2k views

Best Mobile Application Analytics Package? [closed]

I'm developing on Android at the moment and want to know the best mobile app analytics for android and iPhone. I only need usage stats at the moment.
6
votes
2answers
93 views

Tools to find and measure the most modified code?

I have plenty of tools for static analysis, dupe detection, linting, measuring cyclomatic complexity, etc but one of the things I'd always like to be able to find is what part of the code has been ...
6
votes
3answers
1k views

Which Flurry library should I use for universal iPhone/iPad apps?

Flurry has a separate analytics SDK for iPad apps vs iPhone apps. If I'm building a universal app to run on the iPhone 4.0+ and iPad 3.2+ (iPad native, not compatibility mode), does anyone know which ...
6
votes
1answer
245 views

How can I learn which devices/OS versions my iOS app is being run on?

I understand that apple no longer allows me to send "device data" to third-party services. As a result of this, Flurry and presumably every other analytics company no longer collects OS/hardware ...
6
votes
4answers
1k views

How to track user time on site

Hey, I'm looking to track users average time on a website (in the same way that Google analytics does) for internal administration. What's the easiest way to do this?
6
votes
4answers
738 views

Race condition and using Google Analytics Asynchronous (_gaq) synchronously

I have a website which is using Google Analytics newer asynchronous tracking method (_gaq). The problem I've run into is that I want to institute some specific link tracking and am worried that I will ...
6
votes
3answers
382 views

Oracle Analytic Question

Given a function zipdistance(zipfrom,zipto) which calculates the distance (in miles) between two zip codes and the following tables: create table zips_required( zip varchar2(5) ); create table ...
6
votes
4answers
450 views

Best way to design a scaleable hits/analytics system?

The company I work for creates applications for the Blackberry platform. We've been working on a proprietary "analytics system" that allows us to embed code within our applications and have the ...
5
votes
2answers
548 views

How to do mobile analytics using Jquery mobile

I am looking for a good solution to do mobile analytics for Jquery mobile . I did check this question Flurry Analytics vs Google Analytics on the mobile platform but these are all solutions for a ...
5
votes
1answer
448 views

Tracking user metrics in iOS app?

What is a good way to keep track of the areas in an app that a user visits, or the features that he or she uses? I know there are several preexisting open-source frameworks: Google Analytics SDK for ...
5
votes
2answers
529 views

MongoDB Approaches for storing large amounts of metrics / analytics data

We are planning on using MongoDB to store large amounts of analytics data such as views and clicks. I'm unsure on the best way to structure the documents within MongoDB to aid querying and reduce ...
5
votes
5answers
362 views

Recommendation for an analytics framework for WP7

I just want something basic that can tell me how often the app is used and what features are used the most. Oh yeah, and I'd really like something free :) Thanks
5
votes
3answers
904 views

Analytics - mongodb or cassandra

I'm using mongodb today and i'm really happy with it. I need to find a solution for an event logging solution. The log includes loggins of content imprissions and clicks (like ads system). It's many ...
5
votes
6answers
1k views

How dangerous is e.preventDefault();, and can it be replaced by keydown/mousedown tracking?

I'm working on a tracking script for a fairly sophisticated CRM for tracking form actions in Google Analytics. I'm trying to balance the desire to track form actions accurately with the need to never ...
5
votes
3answers
1k views

How does Litmus track their email analytics?

So, 'Litmus', a web app for testing emails and webpages across browsers and email clients, has a proprietary method that they claim is able to track not just opens, clicks, browsers, etc (standard ...
5
votes
6answers
1k views

Analytics for windows applications

Are there any .net frameworks for collecting data similar to Google analytics, for example to know home many people use a specific feature, how many people launch the app, the only solution that i ...
5
votes
4answers
2k views

Website Analytics - haveamint.com or Google Analytics?

Is there a comparative analysis available for Mint and Google Analytics which can help me decide which one to implement in my situation?
4
votes
1answer
81 views

Visual analytics tools for iOS?

I am used to testing my websites with interaction analytic tools like crazy egg, which enable me to see how people interact with my site, where they touch it and what visual attracts them. Do you ...
4
votes
3answers
394 views

User tracking with ASP.NET MVC 3 and razor views

What's the best way to implement user tracking throughout your web site when using Razor views in ASP.NET MVC 3. In webforms I'd put some code in the masterpage to use a cookie and log each url on my ...
4
votes
1answer
63 views

How to keep track of large numbers of A/B and Multivariate experiments for optimizing websites?

How do you keep track of A/B testing results for millions of pageviews? The website is running a LAMP stack, and has a separate mysql server just for analytics, so there is a lot of space for data, ...
4
votes
1answer
35 views

Web analytics + KRL =?

What would happen if you used KRL to inject web analytics into various sites using a proxy end point? Is it possible to track multi-site usage with a Kynetx implementation?
4
votes
3answers
248 views

Good analytics library for Mac software

We've been using Flurry for our iOS software, but I would like something like flurry for our Mac OS software. This is primarily a Cocoa based app so, I'd prefer an objective-C solution. General ...
4
votes
3answers
324 views

analytics in C#

I am using Microsoft Enterprise library logging in c# to log the events in SQL DB and I use this records for analytics purpose. is there any better way for analytics in c#. for example "Microsoft ...
4
votes
7answers
264 views

What are good online communities/portals about Business Intelligence solutions

I am looking for a communities, portals, and bloggers(?) that could help me to keep up to date with the newest technology, trends, and knowledge about Business Intelligence, Predictive analysis, etc. ...
4
votes
3answers
3k views

Vertica vs Aster Data vs Greenplum vs Netezza vs Teradata

If you have evaluated any of these databases, please tell me why you prefer one or the other. Also any online references would be great. I am having hard time finding any good comparison between them. ...
4
votes
3answers
2k views

Track event in google analytics upon clicking form submit

I need to track an event in google analytics when someone fills out a form and clicks submit. The resulting page that comes up is a standard dashboard-type page, so in order to track the event on ...
4
votes
3answers
304 views

What are good conventions for Google Analytics on Android?

I'm about to implement Google Analytics support in an Android app, but after some googling, the documentation seems delightfully sparse. Are there any useful conventions or advice (i.e. when not to ...
4
votes
3answers
441 views

Is there a way track the focus on tab with Javascript?

We need to track the EFFECTIVE time on site of our users Most users, when they're done, leave the tab open and move to another tab Time on site it's extremely inaccurate Is there a Javascript Event ...
4
votes
4answers
405 views

How to deal with large data sets for analytics, and varying numbers of columns'?

I'm building an analytics system for a mobile application and have had some difficulty deciding how to store and process large amounts of data. Each row will represent a 'view' (like a web page) and ...
4
votes
1answer
954 views

RuntimeException from Google Analytics for Android “sending message to a handler on a dead thread”

I am using Google Analytics for Android to track events, page views on an Android app. When calling the tracker's dispatch method, I receive a RuntimeException: 07-12 18:02:05.594: ...
4
votes
1answer
174 views

rank on two dates - each date iteratively

How to query for rank over 'value' for each day in the below table? Ex: IT should list out the 'mydate', 'value', 'rank' for all values on 20th and then do a fresh rank() for all values on 21st? ...
4
votes
5answers
403 views

How to track and analysis android app?

I want to know what kind of users are using my app. I think I need the device id, the network type, the network provider name and its ip address. is there any framework to do this thing? And of ...
4
votes
3answers
356 views

Trying to collect email analytics

I've written an email application in PHP that handles very large mailing lists. Is there a way to find out what emails are opened and by who? Any solution will do as long as it can tell me if the user ...

1 2 3 4 5 14