Forum Moderators: open

Message Too Old, No Replies

ASP (not .NET) user tracking scripts wanted

something to stick in an Access dB and review

         

rhyno

4:16 pm on Mar 6, 2003 (gmt 0)

10+ Year Member



Hi,

I'm looking for a simple script/scripts that can track:
1) paths taken through site
and
2) referrals by source (grouped by site, SE, IP, what have you)

Looked through the usual sites - 4guys, asp101, etc. and didn't find anything.

Thanks,
--RHYNO

txbakers

4:40 pm on Mar 7, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There is a very good live help system available which includes user tracking, but you couldn't use it wit hAccess. You'd need SQL server for sure since Access couldn't handle the constant writes to the DB.

The address is www.xigla.com. Maybe they will sell you the tracking portion separately.

Good company.

lazerzubb

4:41 pm on Mar 7, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try aspin.com and hotscripts.com

korkus2000

4:43 pm on Mar 7, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That will be pretty processor intensive for access. If you start getting a lot of traffic your site will be very slow. Are you planning on only doing it for like every 10nth visitor? Even with SQL it will need a real quick box.

rhyno

7:17 pm on Mar 7, 2003 (gmt 0)

10+ Year Member



A quick box this ain't (PIII 550), but the site only has ~2500 visitors a month. I already have a "write a session to a text file" script I made up... but I want to be able to analyze/quantify data, rather than double-clicking on each of 1500+ .txt files :)

I'll take a look at the links you guys have provided -- but SQL is definitely out (cost-prohibitive).

Thanks for the replies!

aspdaddy

7:37 pm on Mar 7, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have a read up on star schemas with session and click fact tables.

With that little traffic, you could probably do it in Access