Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 998 Bytes

stats.rst

File metadata and controls

41 lines (28 loc) · 998 Bytes

Stats Extension

CKAN's stats extension analyzes your CKAN database and displays several tables and graphs with statistics about your site, including:

  • Total number of datasets
  • Dataset revisions per week
  • Top-rated datasets
  • Most-edited Datasets
  • Largest groups
  • Top tags
  • Users owning most datasets

CKAN's built-in page view tracking feature <tracking>, which tracks visits to pages.

ckanext-googleanalytics

A CKAN extension that integrates Google Analytics into CKAN.

Enabling the Stats Extension

To enable the stats extensions add stats to the ckan.plugins option in your CKAN config file, for example:

ckan.plugins = stats

Viewing the Statistics

To view the statistics reported by the stats extension, visit the /stats page, for example: https://demo.ckan.org/stats