Hello, analog-help. I have a web site that's database-driven and that uses ColdFusion templates. It's www.ameristat.org.
I have set up an analog.cfg file that (I think) accurately measures web traffic to this URL. I append this cfg file below. My question is, while I am pretty certain I am measuring all web traffic within the www.ameristat.org domain, how can I be sure that I am measuring traffic to the home page, or the basic URL: www.ameristat.org? I hope I am making sense. Basically I am wondering if there's some command I can use to tell analog to specifically record traffic to a particular domain. Would DOMINCLUDE www.ameristat.org do the trick? Many thanks. Eric # Here's the start of the analog.cfg file LOGFILE C:\Logs\AmeristatLogMar2002\*.log OUTFILE c:\AnalogOutput\AmeristatMar2002\report.dat HOSTNAME "Ameristat" FROM 020301 TO 020331 OUTPUT COMPUTER # we need to argsinclude template.cfm or else analog freezes ... dunno why ARGSINCLUDE /Template.cfm? # include AmeristatTemplate.cfm template ARGSINCLUDE /AmeristatTemplate.cfm? # other stuff that analog seems to want REQLINKINCLUDE pages REFLINKINCLUDE * REDIRREFLINKINCLUDE * FAILREFLINKINCLUDE * BROWOUTPUTALIAS IWENG AOL SUBBROW */* SUBTYPE *.gz,*.Z # this excludes everything except what we specify to include FILEEXCLUDE * PAGEEXCLUDE * # we need to include stuff in this directory FILEINCLUDE */Content/NavigationMenu/Ameristat/* # include everything under AmeristatTemplate FILEINCLUDE */AmeristatTemplate.cfm* # let's include cfm, htm, etc. PAGEINCLUDE *.cfm* PAGEINCLUDE *.htm* PAGEINCLUDE *.pdf PAGEINCLUDE *.zip PAGEINCLUDE *.ppt PAGEINCLUDE *.doc PAGEINCLUDE *.txt PAGEINCLUDE *.doc # let's make sure we do not include traffic from other sites on our server and database PAGEEXCLUDE */poptemplate.cfm* PAGEEXCLUDE */template.cfm* PAGEEXCLUDE */measuretemplate.cfm/ FILEEXCLUDE */poptemplate.cfm* FILEEXCLUDE */template.cfm* FILEEXCLUDE */measuretemplate.cfm/ # let's see what fails FAILURE ON FAILSORTBY REQUESTS # Tell analog to read and cache domain names DNSFILE dnscache DNS READ # end of cfg file Eric Bourland Web Development Specialist Population Reference Bureau 202-939-5452 [EMAIL PROTECTED] www.prb.org Visit PRB's Web site at www.prb.org to read excerpts from recent Population Bulletins. +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
