Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Category Clicks

Quote Reply
Category Clicks
Is there a way to see how many clicks a category gets? I can see in the admin panel where it tracks clicks to the actual links but I would like a count of which categories get the most clicks too.
Quote Reply
Re: [PelsLvr] Category Clicks In reply to
1) Add a "Hits" column in your Category table.
2) Hack the page.cgi script to UPDATE that column every time a category page is "hit".
3) Then you can put <%Hits%> in your category.html template file.

OR

Look in your server logs!
========================================
Buh Bye!

Cheers,
Me