Rajaraman Subramanian
Rajaraman Subramanian

Reputation: 801

Mobile Web Application Analytics Tools

What are the analytics tools available for a mobile web similar to the "Flurry" which is meant for mobile native applications?

Upvotes: 2

Views: 551

Answers (2)

Soner Gönül
Soner Gönül

Reputation: 98750

Piwik

enter image asdasdhere

Piwik is an open-source Web analytics application developed using PHP and MySQL. It has a "plugins" system that allows for utmost extensibility and customization. Install only the plugins you need or go overboard and install them all – the choice is up to you. The plugins system, as you can imagine, also opens up possibilities for you to create your own custom extensions. This thing’s lightweight – the download’s only 1.9MB.

FireStats

enter image description here

FireStats is a simple and straight-forward Web analytics application written in PHP/MySQL. It supports numerous platforms and set-ups including C# sites, Django sites, Drupal, Joomla!, WordPress, and several others. Are you a resourceful developer who needs moar cowbell? FireStats has an excellent API that will assist you in creating your own custom apps or publishing platform components (imagine: displaying the top 10 most downloaded files in your WordPress site) based on your FireStats data.

Snoop

enter image description here

Snoop is a desktop-based application that runs on the Mac OS X and Windows XP/Vista platforms. It sits nicely on your system status bar/system tray, notifying you with audible sounds whenever something happens. Another outstanding Snoop feature is the Name Tags option which allows you to "tag" visitors for easier identification. So when Joe over at the accounting department visits your site, you’ll instantly know.

Upvotes: 1

Jeroen Coupé
Jeroen Coupé

Reputation: 1404

I think the most popular is google analytics www.google.com/analytics/

big advantage is that almost all platforms (ao. android, ios, web, ...) are supported, this makes it easy to compare the performance of all your online properties

Upvotes: 0

Related Questions