Difference between revisions of "NATS4 Reporting Admin"

From TMM Wiki
Jump to navigationJump to search
Line 23: Line 23:
  
 
== How Tracking Works ==
 
== How Tracking Works ==
For several of its reports, NATS keeps track of surfers. The [[NATS4 track and strack|track and strack article]] explains how NATS's tracking works so that you can use it in the most effective way.
+
NATS keeps track of surfers and surfer activity for several of its reports. The [[NATS4 track and strack|track and strack article]] explains how NATS's tracking works with inbound affiliate traffic so that you will be able to use it in the most effective way.
  
 
== Surfer Statistics ==
 
== Surfer Statistics ==
Some NATS reports can display information about [[ct#Surfer|surfer]] activity, but 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.
+
Some NATS reports can display information about [[ct#Surfer|surfer]] activity, however storing information about every click a surfer makes requires considerable space in your database. As a result, this feature has been disabled 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 file.
  
 
<pre>
 
<pre>
Line 32: Line 32:
 
</pre>
 
</pre>
  
You should remove the above line after you get the statistics you want.  
+
You should remove the above line after you get the statistics you want, as leaving surfer click stats enabled can slow down your database due to the size of the log files.
  
 
[[Category:NATS4 Administrator Guide]]
 
[[Category:NATS4 Administrator Guide]]

Revision as of 13:59, 7 July 2010

NATS 4
Reporting Admin
The Reporting Admin
track and strack
Fraud Reports
Members Admin
The Members Admin
View Member Details
Add Member
MySQL Auth
Mod Authn DB
Multisite Access
Member Logging
Member Password Retrieval
OpenID Connect
Mod Auth OpenIDC
ID Numbers

The Reporting Admin provides comprehensive information, such as graphs and tables, on various actions that are tracked by NATS. You can select the report you want to see by using the View Report drop-down menu:

  1. The Profit and Loss report shows your program's profit and loss by day
  2. The Retention report shows how long consumers stay subscribed to your sites
  3. The Subscriptions report lists each of your consumer's purchases
  4. The Transactions report lists each of your consumer's purchases
  5. The Detailed Trial report lists specific details of members who are registered under trial programs
  6. The Cascade Activity report details how often specific cascade steps are used, as well as errors
  7. The Fraud report shows a breakdown of potential fraud points by your affiliates. These points can be configured in the Configuration Admin
  8. The Account Rep report shows details of account rep activity, as well as income and payouts from affiliates under them
  9. The Surfer Actions report lists actions taken by surfers through your sites or programs
  10. The Affiliate Referral Tier Payouts report lists details of affiliate referral tier programs
  11. The Affiliate Referral Signup Payouts report lists joins of affiliates under the affiliate referral signup program
  12. The Additional Payout report displays a graph and a table of all payments that do not fall under the previous categories

Profit and Loss Graph

The search boxes at the top of the page allow you to refine your results and sort by Date Range, Affiliate, Site/Option, and Tracking methods.

How Tracking Works

NATS keeps track of surfers and surfer activity for several of its reports. The track and strack article explains how NATS's tracking works with inbound affiliate traffic so that you will be able to use it in the most effective way.

Surfer Statistics

Some NATS reports can display information about surfer activity, however storing information about every click a surfer makes requires considerable space in your database. As a result, this feature has been disabled 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 file.

$config['LIMIT_SURFER_STATS'] = FALSE;

You should remove the above line after you get the statistics you want, as leaving surfer click stats enabled can slow down your database due to the size of the log files.