Live Analytics User data in CMS or Framework

I'm trying to use analytics to determine content being served to visitors from a CMS. As far as I can tell there is no API for Google Analytics that allows you to retrieve a users browsing history.

I understand you can store this into the users session, or roll your own logging of user visits, but I'm more interested in analytics platforms that offer and interface to access this data.

Is anyone aware of an analytics platform that allows you to programmatically retrieve the users data?

The other important aspect would be whether the user data can still be retrieved even if the storing of that data is done asynchronously - which would be needed to keep web app responsive.


In analytics platform you have several solutions. The most common in open source is Piwik http://piwik.org/

It offers an API and js tracking systems : http://piwik.org/docs/javascript-tracking/


You can set this up indirectly in Google Analytics, by using funnels and goals. Set a few predetermined paths of website pages, and have the visitors walking these paths reach a goal.


Have a look at http://www.openwebanalytics.com/. A might be a little bit of overkill for your situation, but if you need a customized need, it should be the right fit. If you're a developer or have access to one then you're set.

链接地址: http://www.djcxy.com/p/63468.html

上一篇: 计算网站上的最高并发用户数

下一篇: CMS或框架中的Live Analytics用户数据