ReadyOne
Ready to Rock!
- Joined
- Mar 31, 2003
- Posts
- 2,116
Suppose you sat someone down and gave them a URL for a site. Then some demon watched the pages displayed (and typed input like URLs), making a record that can be played back later for analysis.
We're looking for a tool that lets us get a feel for how users actually worked. What pages did they visit? How long did they stay? What seemed to catch their interest?
I can get a URL trace (any Net Nanny type program), but pages are often dynamically generated. I can't tell what the user actually saw by looking at a URL that starts some server side database by passing a long string of meaningless (to me) characters. I just want to literally see what the user saw.
The other alternative is a program that does a screenshot every "n" seconds. The ones I've seen aren't too smart; it doesn't take long for frequent screen shots at a decent resolution to fill up a hard disk. Plus, you don't know from the shot if the screen has been completely painted yet (or the browser is still waiting for more content to arrive).
Plus, there's the scrolling problem. How far down did a user scroll? What did they miss seeing because it was off the visible screen?
What would be nice is something (a BHO?) that saved the rendered page at the time of every mouse click or last scroll wheel turn. The assumption is that the user won't click until they've seen the whole screen, and they won't be clicking every second. And when they paused surfing, the log file wouldn't fill up with basically the same screen shot over and over.
Has anyone seen a program that meets these requirements? It can be browser specific, IE 6 preferred. We might even go though the trouble of setting up a proxy server if it could do the monitoring job.
Thanks!
We're looking for a tool that lets us get a feel for how users actually worked. What pages did they visit? How long did they stay? What seemed to catch their interest?
I can get a URL trace (any Net Nanny type program), but pages are often dynamically generated. I can't tell what the user actually saw by looking at a URL that starts some server side database by passing a long string of meaningless (to me) characters. I just want to literally see what the user saw.
The other alternative is a program that does a screenshot every "n" seconds. The ones I've seen aren't too smart; it doesn't take long for frequent screen shots at a decent resolution to fill up a hard disk. Plus, you don't know from the shot if the screen has been completely painted yet (or the browser is still waiting for more content to arrive).
Plus, there's the scrolling problem. How far down did a user scroll? What did they miss seeing because it was off the visible screen?
What would be nice is something (a BHO?) that saved the rendered page at the time of every mouse click or last scroll wheel turn. The assumption is that the user won't click until they've seen the whole screen, and they won't be clicking every second. And when they paused surfing, the log file wouldn't fill up with basically the same screen shot over and over.
Has anyone seen a program that meets these requirements? It can be browser specific, IE 6 preferred. We might even go though the trouble of setting up a proxy server if it could do the monitoring job.
Thanks!