ack!  this is the second time I've provided stupid answers today!
I didn't know coldfusion's log files logged info to that extent!  Thanks
yall!





-----Original Message-----
From: Tumy, Brad [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 3:57 PM
To: CF-Talk
Subject: RE: tracking visitors on CF pages?


this method really adds a lot of database transactions...not to mention more
network traffic. I am sure with some tweaking a tool like Webtrends could
tell you what you are looking for...provided you can access your log files.

-----Original Message-----
From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 4:40 PM
To: CF-Talk
Subject: RE: tracking visitors on CF pages?


oh!!!, thats an another thing then.  make a table, call it PRODUCT STATS,
have 2 fields, one containing the product ID  for every product u got, and
the next field contains a default number, 0.  each time someone hits that
ID, increment the number up by 1, then u will know how many times that
product was accessed.

b

-----Original Message-----
From: French, Donna [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 3:16 PM
To: CF-Talk
Subject: RE: tracking visitors on CF pages?


my host provides stats and i can tell which cf templates
are getting the traffic, etc. (ie: productdetails.cfm)

but i want to be able to tell down to the actual product
(ie: productdetails.cfm?ID=10)

Thanks,
Donna French 



-----Original Message-----
From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 2:40 PM
To: CF-Talk
Subject: RE: tracking visitors on CF pages?


blah, I'd just get a host that'll provide that stuff for ya. heh like
www.hostcentric.com
they track by sessions, hits, IP machines, man, anything everything!  they
got charts.
(I'm not promoting hostcentric in anyway, my point is to use other people's
stuff)

otherwise, code all that stuff yourself man!!!!!!!!


this is how i would approach it.

in your application.cfm, write code that inserts the user's IP or whatever
into the database,a nd also the name of the page.  that's purty easy now
ain't it.

now, all u gotta do is make some page that pulls up that info and show u
what pages get how many hits

-----Original Message-----
From: French, Donna [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 2:29 PM
To: CF-Talk
Subject: tracking visitors on CF pages?


How can I track the stats on a CF/Access driven site
so that I know which products pages, etc. are getting
traffic?

Any help appreciated.

Thanks,

Donna French
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to