CMS或Framework中的实时分析用户数据

时间:2022-06-01 15:50:31

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.

我正在尝试使用分析来确定从CMS向访问者提供的内容。据我所知,Google Analytics没有允许您检索用户浏览历史记录的API。

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.

另一个重要的方面是,即使存储该数据是异步完成的,仍然可以检索用户数据 - 这是保持Web应用程序响应所需的。

3 个解决方案

#1


3  

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

在分析平台中,您有多种解决方案。开源中最常见的是Piwik http://piwik.org/

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

它提供API和js跟踪系统:http://piwik.org/docs/javascript-tracking/

#2


1  

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.

您可以使用渠道和目标在Google Analytics中间接设置此设置。设置一些预定的网站页面路径,让走这些路径的访问者达到目标。

#3


0  

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.openwebanalytics.com/。对你的情况来说可能有点过分,但如果你需要定制的需求,它应该是合适的。如果您是开发人员或有权访问某个开发人员,那么您已经设置好了。

#1


3  

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

在分析平台中,您有多种解决方案。开源中最常见的是Piwik http://piwik.org/

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

它提供API和js跟踪系统:http://piwik.org/docs/javascript-tracking/

#2


1  

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.

您可以使用渠道和目标在Google Analytics中间接设置此设置。设置一些预定的网站页面路径,让走这些路径的访问者达到目标。

#3


0  

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.openwebanalytics.com/。对你的情况来说可能有点过分,但如果你需要定制的需求,它应该是合适的。如果您是开发人员或有权访问某个开发人员,那么您已经设置好了。