Forum Moderators: DixonJones

Message Too Old, No Replies

Cumulative stats over several sites?

         

louponne

12:08 pm on May 9, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have webalizer on-line for a quick glance and then analyse stats off-line using FastStats. This fits my needs perfectly.

Now I have a client who wants to see cumulative stats over several of her sites. In other words, she wants webalizer on a per-site basis, but also on a "grouped" basis, with certain sites in certain groups.

Is there software that will do this?

seanpecor

1:43 pm on May 9, 2004 (gmt 0)

10+ Year Member



I'm not aware of off-the-shelf software that would provide these reports, but I can think of some ways to generate this information.

If you're using Apache, and every site is being run on the same web server, then you could, in addition to the standard traffic logs, create additional traffic logs. For each "group" you define, you would create an additional access log file of a certain name that is shared among the relevant hosts. For example, you could configure the following log files:

domainbiz.com
/sites/domainbiz.com/logs/access
/groupedlogs/b2b
domainbiz2biz.com
/sites/domainbiz2biz.com/logs/access
/groupedlogs/b2b
domainconsumer.com
/sites/domainconsumer.com/logs/access
/groupedlogs/consumer
domainmall.com
/sites/domainmall.com/logs/access
/groupedlogs/consumer

In this example, domainbiz.com and domainbiz2biz.com would be different sites with their own content and their own access log. However, each access log entry for both sites would also be pumped into /groupedlogs/b2b, and you could run the standard webalizer software on that and pump out the report to a specific url for your client (i.e., masterdomain.com/reports/b2b/ and masterdomain.com/reports/consumer/)

There are other more integrated ways to solve this problem but they involve server-side scripting and go beyond a simple forum post to describe :)

Hope this helps,

Sean.

sunriseb

9:19 pm on May 11, 2004 (gmt 0)

10+ Year Member



I'm not sure if this will help or not but there is a free tracker that does work over multiple sites and is available from extremewebstats.com. There is a "demo" link that shows you how it works and that should give you enough information to decide whether or not it does what you need it to.

Hope it helps.
sunriseb

louponne

10:27 pm on May 11, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks, and yes I know of these services - but for some reason that I'm not sure I can explain, I've never wanted to install a third-party stats system on my sites, even if it's a completely invisible .gif

cgrantski

2:18 pm on May 12, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Do these sites all have different logs? In WebTrends (WRC) 6 and probably 5 and 7, you can create a separate analysis profile for that group of logs (just give it the list of log locations). Then open the .wlp file for that profile, using a text editor, and add this line to the section called [profile]:

OverrideMultiHome = 1

Then all the logs will be treated as one site, one domain.

If all the sites are in one log, then I'd try making a new profile that points to that log but has a filter that includes only the domains you want. Do the same .wlp file modification as above. I'm less sure of this because I don't know if the filter happens before the override, or vice versa. If vice-versa, you might have to open the logs to see if any other filter will do the trick.