Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use google analytics for server side?

Is 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.

like image 891
erotsppa Avatar asked Nov 20 '10 00:11

erotsppa


1 Answers

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

like image 72
aaronofleonard Avatar answered Oct 25 '22 02:10

aaronofleonard