One possibility is something like this:

var request = new Request({
    url: '/myServerSidePage',
    method: 'post'
});

document.addEvent('click:relay(a)', function(event, target){
    request.send({data: {location: location.href, href:
target.get('href')}});
});

That way you can track which links are clicked on which page.
I've got no idea how you can display that info in AWStats, I believe
AWStats only uses server logs.


On Wed, Jan 25, 2012 at 1:47 PM, Chad Meyers <starlingdesig...@gmail.com>wrote:

> This may not be possible, or may be very simple I have no idea.
>
> Our website here: http://www.starlingdesign.ca/ is a single page.  We
> use AWStats.  Is there away to log clicks on the navigation as some
> sort of new "page" that can display in awstats. or a simpler way to
> track what people might be looking at.
>
> Thanks,
> Chad

Reply via email to