Forum Moderators: DixonJones

Message Too Old, No Replies

Getting Aol's browser to show up in Analog

         

Son_House

10:44 pm on Dec 26, 2001 (gmt 0)

10+ Year Member



I found this on the Analog mailing list about how to get Aol's browser to show up in Analog's Browser Summary Report. I tried the code but it did not work. Anyone know how to get this to work?

BROWALIAS REGEXP:"Mozilla/\d+\.\d+ \(compatible; ([^;]+); AOL(\d+\.\d+); ([^\)]+)\)" "AOL/$2 ($1; $3)"

Son_House

9:08 am on Jan 2, 2002 (gmt 0)

10+ Year Member



Well I'm still unable to get the code from the first post to work, but I found something else that does. You can add the following to your analog.cfg file.

BROWALIAS "*AOL 7.0*" "AOL 7.0"
BROWALIAS "*AOL 6.0*" "AOL 6.0"
BROWALIAS "*AOL 5.0*" "AOL 5.0"
BROWALIAS "*AOL 4.0*" "AOL 4.0"
BROWALIAS "*AOL 3.0*" "AOL 3.0"

What this will do is have AOL show up in the Browser Report and the Browser Summary report. It's not perfect because in the logs I tested this on, it didn't count all the AOL browsers but it's a start. For the month of December, their browser made 12.78% of the page requests.

Also, by using this, it will mess up the Operating System Report. The "OS unknown" will go way up but you can always add # before BROWALIAS to turn it off and run the report again.