Forum Moderators: DixonJones

Message Too Old, No Replies

Page popularity

Which package can do this?

         

carhire

11:16 am on Nov 3, 2004 (gmt 0)

10+ Year Member



Currently we use webtrends to analyse our weblogs. It's not the latest version (7) but I think it's the one previous to that, it runs locally, not on the server.

Webtrends lists our most and least popular pages. What I need it to do is just provide a list of page popularity from most popular to least popular, listing all the pages it can. Obviously if a page was never accessed then it wouldn't list it, but assuming all 5000 pages on our site are accessed at least once, is it possible to get webtrends to make a list of the page popularity of ALL pages?

We're also investigating other software options so if anyone can think of software that does specifically what I mention above (ie. not just a top 10/bottom 10 list of pages, but rather an entire list of page popularity for all pages on a site) then we're open to suggestions.

****EDIT**** We're using version 5.5b ****EDIT****

Thanks.

dcrombie

2:06 pm on Nov 3, 2004 (gmt 0)



You can do it yourself on the command line (maybe not in Windows):

awk '($7 ~ /\.html$/){print $7}' combined_log ¦ sort ¦ uniq -c ¦ sort -r

;)

cgrantski

11:21 pm on Nov 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



5.5b should be able to list every single page on your site. Is this Log Analyzer, Analysis Series, etc? If you give the exact version from the help screen, somebody here might have that and tell you how to change it to list everything. I believe, though, that you do it in the report content interface, where you're allowed to specify the length of the table in the results.

carhire

8:44 am on Nov 4, 2004 (gmt 0)

10+ Year Member



The version is Enterprise suite 5.5B

I'll have a go at getting the entire page list working. In the meantime if anyone with that version of the program knows how to do it I'd appreciate it.

Thanks.