Surfer Stats

From TMM Wiki
Revision as of 16:11, 18 December 2008 by Trinidadr (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
NATS 3
Admin Reports
Profit & Loss Report
Strack
Surfer Stats
Chargeback and Credit Amount Inaccuracies

Storing information about every click a surfer makes requires a lot of space in your database, and we've disabled this feature by default. We only store the most important surfer stats. To enable surfer click stats, add the following variable to your nats/includes/config.php.

$config['LIMIT_SURFER_STATS'] = FALSE;

You should remove the above line after you get the statistics you want.