ckanext-trak
A CKAN extension that extends the native CKAN tracking functionality with Google Analytics CSV import capabilities. It provides enhanced page view statistics for datasets.
Features
- Extends native CKAN tracking
- Import Google Analytics data from CSV files
- Display page view statistics on dataset pages
- Paster command for CSV-to-table data import
Installation
Install the extension:
pip install -e git+https://github.com/XVTSolutions/ckanext-trak.git#egg=ckanext-trak
Add trak to your CKAN plugins:
ckan.plugins = trak
Configuration
# Enable page view display on dataset pages
trak.display_pageviews = true
Paster Commands
paster csv2table
Author
Stuart Gough, XVT Solutions