View Single Post
Old 08-12-2006, 11:38 AM  
fastfun
Confirmed User
 
Join Date: Jul 2006
Posts: 249
Something I wish would be included in the next release of NATS

NATS is a great script, but both as a webmaster and Admin I would like NATS to take a small step further in the direction of Data-intelligence in the next release. In general this goes not only for NATS, but for all the others as well - CCbill, mpa....... you name it.

Code:
Right now I can see this
Referrer        Unq Hits         Signups        Ratio 
Site.com               22                 2            11
What would be nice, is if I click "Unq Hits" it would show me every Session the script registered. Something like

Code:
User             Sessions    Signups
"user a"                            3             1
"user b"                            2             0
"user c"                            1             0
"user d"                            1             1
"user e"                            1             0
Then when I click "sessions" it would show me the pages he browsed in the order he navigated through the site. Like

PHP Code:
Page                        signup
Index
.php                        0
product1
.php                        0
shipping
.php                        0
checkout
.php                        1 
Or am I the only one that wants that?
Since the sessions is registered anyways, I don't think it would be to much work to include that, maybe as a plugin/addon even. It shouldn't mean to much server-load either since its just passing the info to the Database
fastfun is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote