![]() |
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 Code:
User Sessions Signups PHP Code:
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 |
I have a big list :0
|
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.
|
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. |
Quote:
|
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