[analog-help] top links from homepage
Aengus
analog07 at eircom.net
Mon Apr 23 15:48:29 PDT 2007
'gurufoo' James Woods <guru at u.washington.edu> wrote:
> CONTEXT: I've been asked to produce a report that contains "Top 10
> most used links on the home page"
>
> PROGRESS: I think that I've figured out how to show the "Top XXX most
> used links on the home page" by only including a referrer of our
> homepage (REFINCLUDE). I'm lost as to how I can limit the results to
> the "Top 10".
> QUESTIONS:
> 1) Based on the config settings below, am I truly getting "Top 10
> most used links on the homepage"?
You can certainly count the number of times users followed links on your
home page to pages within your site. If any of the links on your home
page point to external sites, your logfile won't know anything about how
often those links were clicked on.
> 2) How can I limit the report to just the "Top 10"?
Set the FLOOR - http://analog.cx/docs/othreps.html#FLOOR
> CODE SNIPPTES:
> I've included the important lines from my config file below (for
> comment)
> FILEINCLUDE /*
> FILEEXCLUDE /*.css,/*.gif,*.jpg
The FILEINCLUDE * is implied when you start with a FILEEXCLUDE (and vice
versa)
> REFINCLUDE http://*.tacoma.washington.edu/
Note that http://tacoma.washington.edu/ doesn't match that wildcard
string (there's no "." before tacoma).
Aengus
More information about the analog-help
mailing list