Forum Moderators: coopster
Does anyone have recommendations for setting up a tagging based system for my site? I've used the various free log analysis packages, but would like to 'upgrade' to a cookie based system in order to better track usage across visits.
I've read briefly about some of the commercial offers, but I was thinking that I could as well roll my own system, it can't be all that difficult/ complex...or?
I've got partial control of an apache server, and php at my disposal.
I was thinking of simply having each page call another one with javascript, adding an unique ID (stored in a cookie) plus URL, and storing the information in the server log file. (I could use mysql, but I think using the log-file would make the system simpler)
(I haven't given much thought to the analysis of the data once collected. Perhaps this is where the commercial packages show their strength?)
So then, is it possible, to have a user tracking system in 3 lines of code? :-)