You are here

README.txt in Statistics Filter 5

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
The statistics_filter module allows customizable filtering of hits
from particular user roles or from crawlers. 

Benefits

For sites with light traffic (i.e., most sites), a large percentage
of the gross hits recorded by statistics.module are either from the
site administrator or from search engines. Filtering out these hits
makes the collected statistics more accurately reflect traffic from
real, human visitors.

Installation

Place the statistics_filter folder in the modules directory of your 
Drupal installation, and enable it in the administration tools. Then
use the statistics_filter settings to choose what hits to ignore.

To ignore search engines, you must install and enable the browscap
module.

Note that statistics_filter is an extension to the statistics module, 
which must be enabled.

Credits

Mike Ryan is the author of this module. Much of the code is based
directly on the core statistics module.

File

README.txt
View source
  1. The statistics_filter module allows customizable filtering of hits
  2. from particular user roles or from crawlers.
  3. Benefits
  4. For sites with light traffic (i.e., most sites), a large percentage
  5. of the gross hits recorded by statistics.module are either from the
  6. site administrator or from search engines. Filtering out these hits
  7. makes the collected statistics more accurately reflect traffic from
  8. real, human visitors.
  9. Installation
  10. Place the statistics_filter folder in the modules directory of your
  11. Drupal installation, and enable it in the administration tools. Then
  12. use the statistics_filter settings to choose what hits to ignore.
  13. To ignore search engines, you must install and enable the browscap
  14. module.
  15. Note that statistics_filter is an extension to the statistics module,
  16. which must be enabled.
  17. Credits
  18. Mike Ryan is the author of this module. Much of the code is based
  19. directly on the core statistics module.