To add to what Aengus said; Actually there is a piece of data collected called EXIT PAGE, which is the page last called before the user left. To "fake" data on what links were clicked you could have the link go to a page on your site that redirects to the external site, then you can analyze the hits on the jump pages.
henry -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Aengus Sent: Monday, May 07, 2007 3:54 PM To: Support for analog web log analyzer Subject: Re: [analog-help] count number of hits Youbo <[EMAIL PROTECTED]> wrote: > Hi, > > I wonder if analog can count the number of hints of each link on > certain page. For example, I want to count how many times each > database on the page http://library.cmsu.edu/resources/databases.htm > have been clicked. Those links lead to other web sites. Analog analyses log files - when someone clicks on a link that points to an external site, they don't normally notify your server, so there is nothing in your server logs to tell you that they clicked on that link. Some websites use a redirect script for external links, so that the user actually clicks on a link to your site, and then gets redirected to the external site - for instance, look at the "More news from around the Web" links on the CNet news page (http://news.com.com). Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------ +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

