GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Something I wish would be included in the next release of NATS (https://gfy.com/showthread.php?t=643668)

fastfun 08-12-2006 11:38 AM

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

detoxed 08-12-2006 11:51 AM

I have a big list :0

fuzebox 08-12-2006 12:35 PM

I used to track all that on my old program... Most affiliate software now though pretty much send you through a script that tracks the hit and then sets a cookie, and the tour pages are completely seperate until you go back to the join page.

Nathan 08-13-2006 01:05 AM

fastfun,

for the admin in NATS, we can store all that info and report it via our surfer stats system, but you would have to understand that you should get one BIG database server farm to collect and store the information!

Lets say a program that has 100 joins a day does this, then with today's average ratios of around 1:500 you would have to store 50000 user surfing patterns EACH DAY. Probably around 10 pages hit, thats 500000 database entries EACH DAY.

Not so sure if you REALLY want to do this... But:
1) change all links on your tours to push through the /ptrack/ script, ie if you link to tour2.php you would link to http://linkdomain/ptrack/natscode/tour2.php instead.
2) $config['LIMIT_SURFER_STATS'] = FALSE; in nats/includes/config.php

Once thats done, all surfer actions are stored in surfer stats, if you view a member via the members admin you see the full path from unique/raw clicks to the tour, through all clicks around the tour, down to join page hits, errors and submits, sales, cascades, declines, rebills, credits, chargebacks....

I just really would not suggest you turn this on unless you REALLY know what you are doing and know your database setup very well.

This is of course a nice thing to turn on for maybe 2 hours to see how your traffic behaves.

fastfun 08-13-2006 01:30 AM

Quote:

Originally Posted by Nathan
fastfun,

for the admin in NATS, we can store all that info and report it via our surfer stats system, but you would have to understand that you should get one BIG database server farm to collect and store the information!

Lets say a program that has 100 joins a day does this, then with today's average ratios of around 1:500 you would have to store 50000 user surfing patterns EACH DAY. Probably around 10 pages hit, thats 500000 database entries EACH DAY.

Not so sure if you REALLY want to do this... But:
1) change all links on your tours to push through the /ptrack/ script, ie if you link to tour2.php you would link to http://linkdomain/ptrack/natscode/tour2.php instead.
2) $config['LIMIT_SURFER_STATS'] = FALSE; in nats/includes/config.php

Once thats done, all surfer actions are stored in surfer stats, if you view a member via the members admin you see the full path from unique/raw clicks to the tour, through all clicks around the tour, down to join page hits, errors and submits, sales, cascades, declines, rebills, credits, chargebacks....

I just really would not suggest you turn this on unless you REALLY know what you are doing and know your database setup very well.

This is of course a nice thing to turn on for maybe 2 hours to see how your traffic behaves.

Thank you very much :thumbsup We will try that as soon as Kristoffer gets back to Europe


All times are GMT -7. The time now is 08:40 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123