开发者

Is it possible to use google analytics for server side?

开发者 https://www.devze.com 2023-01-26 14:50 出处:网络
I开发者_如何学运维s it possible to use google analytics for server side? We are quite familiar with using google analytics for client side of things, but we found ourselves needing to keep track of se

I开发者_如何学运维s it possible to use google analytics for server side? We are quite familiar with using google analytics for client side of things, but we found ourselves needing to keep track of server events as well. Where should we go for this? Ideally we want to make simple calls and it can help us track sessions length, frequencies, trends etc

I'm not looking for software that analysis and parse my log files. The apache log files is not sufficient, we need to know specific events inside each page.


Google Code contains this tool (if you're using PHP 5.2+):

http://code.google.com/p/serversidegoogleanalytics/

Other than that, there was a similar question asked here: https://stackoverflow.com/questions/287260/are-there-any-free-and-open-source-server-side-analytics-engines


This project looks good too: http://code.google.com/p/php-ga/

0

精彩评论

暂无评论...
验证码 换一张
取 消