[analog-help] need help creating report "top 20 most visited pageson site"

Aengus analog07 at eircom.net
Wed Oct 10 14:22:17 PDT 2007


Aengus <analog07 at eircom.net> wrote:
> cluciano at wustl.edu wrote:
>>> We have the basic reports running.  My client would like to see a
>>> report that shows the top 20 most visited pages on the site.   How
>>> would I configure analog to show that output?
>
> "Most visited pages" is the Request Report.
>
> You only want to show the top 20, so set the floor to -20r (see
> http://analog.cx/docs/othreps.html#FLOOR)
>
>
> to get an Analog report that just shows the top 20 most visited pages,
> add these lines to your analog.cfg
>
> ALL OFF
> REQUEST ON
> REQSORTBY REQUESTS
> REQFLOOR -20r


Sorry - I should also have pointed out that this will actually report on 
whatever is most requested - probably images or stylesheets, unless you 
have excluded them from the report.

This might be a better solution (change the PAGEINCLUDE line to include 
whatever you define as "pages" on your website
ALL OFF
PAGEINCLUDE *.htm,*.asp
REQSORTBY PAGES
REQCOLS NPp
REQFLOOR -20p

Aengus




More information about the analog-help mailing list