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.
What would be nice, is if I click "Unq Hits" it would show me every Session the script registered. Something like
Then when I click "sessions" it would show me the pages he browsed in the order he navigated through the site. Like
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
Code:
Right now I can see this Referrer Unq Hits Signups Ratio Site.com 22 2 11
Code:
User Sessions Signups "user a" 3 1 "user b" 2 0 "user c" 1 0 "user d" 1 1 "user e" 1 0
PHP Code:
Page signup
Index.php 0
product1.php 0
shipping.php 0
checkout.php 1
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

Comment