You are here

README.txt in Statistics Filter 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
This 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.

--------------------------------------------------------------------------------
Dependencies
--------------------------------------------------------------------------------

- Statistics (Drupal Core)
- Browscap (optional)

--------------------------------------------------------------------------------
Installation
--------------------------------------------------------------------------------

Download the module and simply copy it into your contributed modules folder:
[for example, your_drupal_path/sites/all/modules] and enable it from the
modules administration/management page.
More information at: Installing contributed modules (Drupal 7).

--------------------------------------------------------------------------------
Configuration
--------------------------------------------------------------------------------

After successful installation, you just need to go to Statistics settings page
(admin/config/system/statistics) and configure as you want.

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

--------------------------------------------------------------------------------
Credits
--------------------------------------------------------------------------------

Mike Ryan (http://drupal.org/user/4420) is the author of this module.
Much of the code is based directly on the core statistics module.

Initial conversion to Drupal 6 by Frank Ralf
(http://drupal.org/user/216048), co-maintainer.

Nhat Tran (http://drupal.org/user/998946) is the maintainer for branch 7.x

File

README.txt
View source
  1. This module allows customizable filtering of hits from particular user roles or
  2. from crawlers.
  3. --------------------------------------------------------------------------------
  4. Benefits
  5. --------------------------------------------------------------------------------
  6. For sites with light traffic (i.e., most sites), a large percentage of the gross
  7. hits recorded by statistics.module are either from the site administrator or
  8. from search engines. Filtering out these hits makes the collected statistics
  9. more accurately reflect traffic from real, human visitors.
  10. --------------------------------------------------------------------------------
  11. Dependencies
  12. --------------------------------------------------------------------------------
  13. - Statistics (Drupal Core)
  14. - Browscap (optional)
  15. --------------------------------------------------------------------------------
  16. Installation
  17. --------------------------------------------------------------------------------
  18. Download the module and simply copy it into your contributed modules folder:
  19. [for example, your_drupal_path/sites/all/modules] and enable it from the
  20. modules administration/management page.
  21. More information at: Installing contributed modules (Drupal 7).
  22. --------------------------------------------------------------------------------
  23. Configuration
  24. --------------------------------------------------------------------------------
  25. After successful installation, you just need to go to Statistics settings page
  26. (admin/config/system/statistics) and configure as you want.
  27. To ignore search engines, you must install and enable the browscap module.
  28. --------------------------------------------------------------------------------
  29. Credits
  30. --------------------------------------------------------------------------------
  31. Mike Ryan (http://drupal.org/user/4420) is the author of this module.
  32. Much of the code is based directly on the core statistics module.
  33. Initial conversion to Drupal 6 by Frank Ralf
  34. (http://drupal.org/user/216048), co-maintainer.
  35. Nhat Tran (http://drupal.org/user/998946) is the maintainer for branch 7.x