One way to manage this is to "trick" the stats program into capturing the
query string, by using "/" as a delimiter rather than ? and &
THe latest formURL2attributes.cfm handles this translation.
Using this method, your links to fuseactions would look like:
http://www.foo.com/index.cfm/fuseaction/thefirstfuse/barID/235

I can't say I've used this in a large-scale environment but I have verified
that StatsServer picks up on this; of course the flip side of the problem is
that different attribute values after the fuseaction create a unique hit...

HTH
Truman

-----Original Message-----
From: Jason Egan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 10:42 AM
To: Ryan
Cc: Cf-Talk
Subject: RE: track page hits


no I haven't... that bites... sometimes you get a lot of help, and sometimes
you get ignored...

Anyhow, I was hoping for something a little less taxing on the system, but
my fusebox apps are designed so that by the fuseaction you can pretty much
tell what page you're on... not always, but basically I was thinking of
running a little script on each page that updated the count on that page in
a table.

I was also considering some other things, like building a client var that
was carried from page to page... with the tokens etc... then I could only
updated the page once per session... if I update then I've only got a
smaller table, or I was toying with just adding the unique hits per session
for each page with time etc... then we could run some reports on date/time
page hits... maybe referrals... etc. maybe to go as far as doing something
so we could tell how long they spent on the page...

who knows... just hoping that there was some input from people, and possibly
some examples or standing products... one of our poor customers would like
to tell what is happening in his cart, but all he can do is count how many
people go in... after that, who knows....

I'll keep digging though...

later,
Jason Egan

-----Original Message-----
From: Ryan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 10:23 AM
To: [EMAIL PROTECTED]
Subject: Re: track page hits


At 13:55 8/8/00 -0600, you wrote:
>Using the fusebox method, the index.cfm is hit a million times per session
>(you know what I mean)...
>
>Any suggestions on tracking the individual pages?
>
>For example, I have a fusebox cart - I would like to track each page in the
>cart so I can tell where/if the cart is being abandoned.

Jason did you get any replies on this? I am interested in this
too. Thanks,

Ryan


----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to