For questions related to analytics methods and tools.
31
votes
13answers
4k 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 ...
16
votes
8answers
5k 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?
...
23
votes
3answers
12k 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 ...
16
votes
5answers
12k 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 ...
12
votes
4answers
2k 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 ...
7
votes
3answers
1k 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 ...
3
votes
2answers
3k views
Google analytics track pdf downloads
I was wondering if anyone has gotten file download and external link tracking with google analytics working.
I read here how its done ...
1
vote
2answers
2k views
iPhone Analytics — what are the rules in 2011
I've read a lot about Apple banning analytics for apps, then lifting those bans, with modifications, something about Flurry, etc ...
What's the final story?
Can we use analytics in apps? What are ...
0
votes
2answers
328 views
JavaScript Remove special characters string not working
I'm trying to remove special characters that could appear within my Google Analytics tags, as the special characters seem to be causing script errors in some versions of IE. I have this function:
...
23
votes
6answers
11k views
Flurry Analytics vs Google Analytics on the mobile platform [closed]
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 ...
11
votes
3answers
3k 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 ...
6
votes
2answers
2k 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 ...
3
votes
8answers
3k views
Looking for real-time web server analytics package
I am the programmer for the Education department at a county hospital. I would like to be able to see some real-time stats on an IIS6 web server that is only accessible in-house. I'm looking for ...
3
votes
2answers
488 views
Django saving the whole request for statistics, whats available?
I want to save everything that can be used for statistics, such as referrer, os, browser etc. What is available and what's the best way to store it?
This is only important for 1 application (1 page) ...
3
votes
4answers
1k views
Usage Tracking for Windows desktop applications [closed]
I am looking for some frameworks that can be used to collect usage information for Windows desktop application and analyze it. For example, I would like to be able to answer questions like (a) how ...
3
votes
4answers
2k views
Track Page Views using PHP
I'm looking for a way to track the number of visits to a page, without counting duplicates (like someone hitting refresh several times) and I'd like to figure out the best way to do it without keeping ...
3
votes
4answers
414 views
What percentage of followed hyperlinks might have their “onclick” JavaScript ignored?
As far as I know all popular web browsers execute the onclick attribute of an anchor link first, then follow the path specified by the href attribute.
The problem here is that the onclick attribute ...
2
votes
3answers
1k views
Can AdMob be used just for iPhone app statistics/analytics?
Can AdMob be used just for iPhone app statistics/analytics or is it's sole purpose to add advertisements in the app? I want to add a statistics package to my app and track it's usage, and since Google ...
3
votes
4answers
3k views
Google Analytics android dispatch
I wanted to try Google Analytics in my Android App. Everything worked properly, but on my Analytics page there is no visitor shown. I can see in the LogCat that it sent the data, I copied the 4 labels ...
2
votes
4answers
628 views
User Activity Profile and Statistics
I am just exploring on what is the best practice/framework for implementing feature for collecting and displaying user activity statistics that is user specific and site relating to login user ...
0
votes
1answer
118 views
Finding matches in two files and outputting them
I want to use x[#] from first file and x[#] from second file, I want to see if those two values match, if they do I want to output those, along with several other x[#] values from the second file, ...
0
votes
2answers
3k views
Facebook page insights via API
I would like to access the insights of a Facebook page via the API. It is very well possible to obtain the insights of a Facebook app via the graph API, but I cannot find something similar for ...
-1
votes
3answers
247 views
Compare files line by line to see if they are the same, if so output them
How would I go about this, I have files which I have sorted the information in, I want to compare a certain index in that file with an index in another, one problem is that the files are enormously ...
16
votes
5answers
2k views
Keyword analysis in PHP
For a web application I'm building I need to analyze a website, retrieve and rank it's most important keywords and display those.
Getting all words, their density and displaying those is relatively ...
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
2answers
2k 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 ...
8
votes
4answers
4k 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
7answers
3k views
Analytics for windows applications
Are there any .NET frameworks for collecting data similar to Google Analytics, for example to know how many people use a specific feature or how many people launch the app. The only solution that I ...
5
votes
8answers
357 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. ...
11
votes
6answers
13k views
Tracking email opens in Google Analytics
We have tracking in our emails to track clicks back to our site through Google Analytics. But is there a way to track opens? I would imagine I have to add a google tracking image to the email ...
10
votes
3answers
2k 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
2answers
3k 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 ...
6
votes
7answers
2k 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 ...
1
vote
0answers
90 views
Need suggestions on Open Web Analytics
We all know that, Open Web Analytics is open source web analytics software that we can use to track and analyze our web applications. And Open Web Analytics is licensed under GPL. But my problem its ...
8
votes
2answers
562 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
Is there a Google Analytics-like solution to track REST calls to a web service?
Just wondering if there's any out of the box solution for this, I am not too familiar with the analytics api maybe I can write some simple js that updates analytics before going to my service etc. -- ...
6
votes
5answers
2k views
Analytics - Tracking actions per user
One of our customers has a web application that requires login, and they would like to get Google Analytics to track it per user - to know which users came to their site.
From what I read on Google ...
2
votes
3answers
1k views
Good open source analytics/stats software in PHP?
The url shortening service I'm building needs to display some basic click stats to users: # of clicks, conversions, referring domains, and country (filterable by a date range). I'll possibly want more ...
0
votes
6answers
1k views
mobile application analytics
HI all,
so we all know "pinch media" - the "spyware" software ;)
i'm searching for some really cool analytics softwares for my iphone application.
pinch media, is the one i know, it looks really ...
8
votes
2answers
344 views
How to stop a session in Google mobile analytics v2 for android without EasyTracker
I've read the documentation on the GoogleAnalytics v2 website (I've basically read all the pages from https://developers.google.com/analytics/devguides/) but was not able to find an accurate enough to ...
8
votes
3answers
3k views
Analytics Tool for iOS Devices
I want to integrate some analytics into my iOS App to be able to see some statistics about my users.
So far I have found these two services:
http://www.localytics.com
...
7
votes
6answers
4k 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
5answers
2k views
How to determine Time On Site in Javascript?
Google Analytics tracks 'Time On Site'. How would you do that effectively? Does it actually track when the user closes the browser or navigates away?
Thoughts?
5
votes
1answer
594 views
User Agent in an iPhone App
What is the default user agent if I want to add third party code (analytics or ads) in an iPhone app and how can I do to change it?
3
votes
2answers
3k views
Google Analytics and real-time analytics comparison: Chartbeat vs Clicky vs Mixpanel
We're curious to hear opinions about and experiences with Chartbeat, Clicky, Mixpanel, and Google Analytics.
Do people deploy Google and one of these other real-time systems? Or is the real-time ...
3
votes
4answers
3k views
Best practice: How to track outbound links?
How do you track outbound links for your web sites, since the request is logged on the destination server, not yours? What method works best for an HTML site, a PHP or ASP.NET site, a template site, ...
2
votes
5answers
3k views
Show Google Analytics dashboard on my site
I have an ASP.NET website set up, and I'm using Google Analytics for page tracking. The only thing I don't like is that I have to go away from my site (to the Google Analytics site) to see the report.
...
2
votes
2answers
299 views
Web Analytics for Platform with Custom Events
I'm building a platform that produces websites. Think wordpress.com as a similar example. Each site is going to be a subdomain of my domain like abc.mydomain.com or xyz.mydomain.com.
I have a few ...
9
votes
4answers
2k 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
5answers
3k 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?


