You are here

README.txt in Piwik Statistic Integration 7

Same filename and directory in other branches
  1. 7.2 README.txt
-- SUMMARY --

Piwik Statistic Integration

This module integrates piwik statistics per node.

Following information will be requested from Piwik API and linked per node
  * Unique pageviews.
  * Pageviews.
  * Number of visits that started on a node.
  * Number of page views for visits that started on that node.
  * Time spend, in seconds, by visits that started on this node.
  * Number of visits that started on this node and bounced.
  * Number of visits that finished on this node.
  * Total time spend on this node, in seconds.
  * Average time spend on node (in seconds).
  * Ratio of visitors leaving the website after landing on this node.
  * Ratio of visitors that do not view any other page after this node.

Features
  * Full Views integration
  * Statistics per node
  * Refresh statistics on cron run

Todo
  * Possibility to store more than one date range

-- REQUIREMENTS --

Piwik Web analytics (http://drupal.org/project/piwik)


-- How to use it? --

Install as usual, see http://drupal.org/node/895232 for further information.

Configuration
  Go to the piwik configuration page (admin/config/system/piwik) and set the
  authentication token of your piwik user account. Then choose the period for
  which the statistics will be requested and whether you want to refresh the
  statistical data on cron run. To request the statistics immediately, save
  your settings and hit the 'Refresh Piwik Statistic data' button.

Usage
  This module comes with a full views integration and makes it easy for you to
  create things like top lists or just a statistical block for your dashboard.
  To access statistics per node, go to any node and click on the 'Piwik' tab
  (Permission 'View Piwik statistic tab' required).

File

README.txt
View source
  1. -- SUMMARY --
  2. Piwik Statistic Integration
  3. This module integrates piwik statistics per node.
  4. Following information will be requested from Piwik API and linked per node
  5. * Unique pageviews.
  6. * Pageviews.
  7. * Number of visits that started on a node.
  8. * Number of page views for visits that started on that node.
  9. * Time spend, in seconds, by visits that started on this node.
  10. * Number of visits that started on this node and bounced.
  11. * Number of visits that finished on this node.
  12. * Total time spend on this node, in seconds.
  13. * Average time spend on node (in seconds).
  14. * Ratio of visitors leaving the website after landing on this node.
  15. * Ratio of visitors that do not view any other page after this node.
  16. Features
  17. * Full Views integration
  18. * Statistics per node
  19. * Refresh statistics on cron run
  20. Todo
  21. * Possibility to store more than one date range
  22. -- REQUIREMENTS --
  23. Piwik Web analytics (http://drupal.org/project/piwik)
  24. -- How to use it? --
  25. Install as usual, see http://drupal.org/node/895232 for further information.
  26. Configuration
  27. Go to the piwik configuration page (admin/config/system/piwik) and set the
  28. authentication token of your piwik user account. Then choose the period for
  29. which the statistics will be requested and whether you want to refresh the
  30. statistical data on cron run. To request the statistics immediately, save
  31. your settings and hit the 'Refresh Piwik Statistic data' button.
  32. Usage
  33. This module comes with a full views integration and makes it easy for you to
  34. create things like top lists or just a statistical block for your dashboard.
  35. To access statistics per node, go to any node and click on the 'Piwik' tab
  36. (Permission 'View Piwik statistic tab' required).