Mobile app version of vmapp.org
Login or Join
Welton855

: Javascript based analytics tool with multiple user account management options? We run a manage a website system for a large retail franchise. Each franchisee has their own templated website. We

@Welton855

Posted in: #Analytics #Users

We run a manage a website system for a large retail franchise. Each franchisee has their own templated website. We currently use SmarterStats to provide website analytics to our franchisees. SmarterStats is nice in that it allows us to manage the login information for our franchisees. If they update their login info from another part of our website system, we can synchronize that to SmarterStats.

However, SmarterStats is bringing our web server to it's knees performance wise and so we're looking for alternatives.

We can't use Google Analytics because it would be too much to ask all of our franchisees to create a Google login. Does anyone have any good suggestions that would meet these requirements?


Tracking is accomplished via javascript
Allows us to manage login information for hundreds of users either via API or batch update.


I much appreciate any help you can offer.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

3 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer207

I'm in this boat too....my company builds a SAAS application for marketers who in turn sell the product to their clients. Needless to say, the multiple depths can get pretty crazy in a hurry when you're trying to distribute customized info such as analytics. Here's how we clobbered the problem:

Like you, analytics hosted on the server were eating processor time alive. So, we --did-- do Google Analytics...it was just easiest for us and meant that we could leave the server processes for running our application, which is already working the server pretty hard....and it didn't hurt that it was free. To tackle the problem of access, we put (most) everything under one main account, then use the API to call data into the application based on the GA specific information for that site. Sure, there's a little bit of setup involved, but the result is good quality reporting that truly LOOKS custom, which we can then turn around and market as a custom feature.

Here's the concept pulled off in an online tut: freshwebtrends.com/show-off-your-google-analytics-on-your-site/13/ In our case, we used HighCharts (http://www.highcharts.com/) for charting because it's faster and better than flash, and styled the page with Jquery UI tabs as well as Datatables (http://datatables.net/) grid-sorters. All our data is pulled via direct API call to Google.

On a separate note, we do take advantage of Adobe Air reporting for our most valued and largest clients. It's a GREAT interface and allows them to quickly jump around very easy to read reports from a desktop icon. Here's a link: www.makeuseof.com/tag/view-your-google-analytics-account-using-adobe-air/
Obviously, there are many options out there to consider. This one just happened to work the best for my company.

10% popularity Vote Up Vote Down


 

@Hamaas447

Piwik is a very good solution and i would suggest you the same - but you can also take a look at FireStats[1]. Since the last update it supports tracking with JavaScript. Maybe thats enough for your needs.

[1] firestats.cc/

10% popularity Vote Up Vote Down


 

@Vandalay111

I have looked at Piwik? The tracking is accomplished via JavaScript and although I haven't tried it, it is supposed to support adding users via an API.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme