Already done it - http://www.opensymphony.com/clickstream
Something I whipped up - but requires Servlet 2.3 Filters to work, it's too
crazy to do otherwise. Either a servlet mapped to "/" (fugly) or a tag in
every page (also fugly). Filters make it very elegant.
I'm eventually going to log the data into a db, then provide an admin
interface to view hot pages, traffic directions to a page, traffic
directions from a page etc.
Ideas always appreciated.
-mike
> -----Original Message-----
> From: Shawn Bayern [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 10, 2001 11:41 PM
> To: [EMAIL PROTECTED]
> Subject: Re: logging tags (was Re: [PROPOSAL] Simple benchmarking
> taglib)
>
>
> On Tue, 10 Apr 2001, James Strachan wrote:
>
> > The same logging mechanism could be used for 'semantic logging' for
> > click-stream analysis and hooks into personalisation engines and the
> > like...
>
> Ha, I was just going to suggest something similar, along the lines of
> Apache's mod_usertrack. Since we get sessions for free, click-stream
> analysis can actually be quite simple; it's really nothing more than the
> 'semantic logging' you suggest.
>
> Any takers? I'd write it myself but will be a bit busy over the next few
> days. I can probably pick it up later if nobody else wants to.
>
> I haven't thought through the best way to let users analyze the data.
> Were you thinking (like me) that we could also provide a tool, or
> guidelines, to interpret the 'semantic logging' data we stored? Perhaps a
> tag-based interface to the data would also be a good idea, just to
> demonstrate the technique?
>
> Shawn
>
>