BeanoEFC Posted December 18, 2009 Share Posted December 18, 2009 Hello Everyone, I am developing a website, and I would like to know information about the users interaction. What I mean is tracking which pages on the website the user visits and the time they visit it. This will enable me to evaluate how efficient the website is. For example, how long would it take the user from login to buy a Transformers DVD? My question is how would I go about implementing this into my website? Any links to relevant sites or books would be greatly appreciated so i could do some background reading. Thanks in Advance Regards, -Beano Link to comment https://forums.phpfreaks.com/topic/185635-track-user-interaction/ Share on other sites More sharing options...
oni-kun Posted December 18, 2009 Share Posted December 18, 2009 Why re-invent the wheel? I'm sure you can just use Google's analytics tracker, or an Apache logging parsing software such as AWStats. It basically does more than PHP can, atleast in the scope of one programmer for analytics and should display most viewed pages, exit/entrance pages etc, well, actually hundreds of useful tidbits, many are free. Link to comment https://forums.phpfreaks.com/topic/185635-track-user-interaction/#findComment-980241 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.