NATS Admin
Nats 3 and Nats 4 do not track Type-In Raw and Unique hits
To do so, you would need to create a new affiliate with $0 payout or an already existing In-house account.
Once the affiliate is created or chosen, override as that affiliate and go to their link codes page.
For each site, take the link code from that affiliate:
e.g.
http://demo.nats4.com/track/NjUuMi4xLjEuMC4wLjAuMA
Retrieve the Nats code:
NjUuMi4xLjEuMC4wLjAuMA
And then replace the Nats code in your Default join form links and any links to your track pages with the now retrieved Nats code
http://demo.nats4.com/signup/signup.php?nats=<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjEuMS4wLjAuMC4w'?>&step=2
Becomes:
http://demo.nats4.com/signup/signup.php?nats=<?=$_REQUEST['nats']?$_REQUEST['nats']:'NjUuMi4xLjEuMC4wLjAuMA'?>&step=2
MC4wLjEuMS4wLjAuMC4w has been replaced with NjUuMi4xLjEuMC4wLjAuMA