Extension Trak


Extension Basics

Title
Trak
Name
ckanext-trak
Type
Public extension
Description
CKAN extension that extends native tracking with Google Analytics CSV import, providing enhanced page view statistics and a paster command for data import.
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-06-30 05:32:05)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

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

Version
0.0
Version release date
(not set)
Contact name
Stuart Gough
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Set trak.display_pageviews = true to show page views on dataset pages. Use paster command ‘csv2table’ to import Google Analytics CSV data.

Plugins to configure (ckan.ini)
trak
CKAN Settings (ckan.ini)
# trak.display_pageviews = true
DB migration to be executed
(not set)
<< back to Extensions