Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 08-12-2006, 11:38 AM   #1
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
Old 08-12-2006, 11:51 AM   #2
detoxed
vip member
 
Join Date: Jan 2003
Posts: 17,798
I have a big list :0
detoxed is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-12-2006, 12:35 PM   #3
fuzebox
making it rain
 
fuzebox's Avatar
 
Industry Role:
Join Date: Oct 2003
Location: seattle
Posts: 22,114
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.
fuzebox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-13-2006, 01:05 AM   #4
Nathan
Confirmed User
 
Industry Role:
Join Date: Jul 2003
Posts: 3,108
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.
__________________
"Think about it a little more and you'll agree with me, because you're smart and I'm right."
- Charlie Munger
Nathan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-13-2006, 01:30 AM   #5
fastfun
Confirmed User
 
Join Date: Jul 2006
Posts: 249
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 We will try that as soon as Kristoffer gets back to Europe
fastfun is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.