NATS4 Type-In Traffic
Type-In Traffic is considered to be any visitor/surfer that was not redirected through an affiliate's link, and as a result has not had their hits/activity tracked or gone through standard tour pages.
NATS Admin
NATS4 allows tracking of Raw and Unique hits that come from Type-In traffic and have gone through a Default Track Link. In order to view Type-In traffic, you must select Type-In for the Program when generating a report.
If you would like to track all Type-In traffic's Raw and Unique hits you will need to set up a re-direct script at the beginning of your Site's Tour pages.
The following is an example of a simple redirect script you could set up to do this:
<?php if(empty($_REQUEST['nats'])) { //redirect through track header("Location: " . <track URL>); }
The track URL for Type-In Traffic will be grabbed from the Site's Admin, listed under the "Default Join Form Link".