-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
infraIssue: things to be added to playbookIssue: things to be added to playbook
Description
add steps to install the googleanalytics plugin:
pip install -e git+https://github.com/ckan/ckanext-googleanalytics.git#egg=ckanext-googleanalytics
pip install -r ckanext-googleanalytics/requirements.txt
Add the plugin
ckan.plugins = ...... googleanalytics
Set these variables:
googleanalytics.id = UA-1010101-1
googleanalytics.account = Account name (i.e. justicehub.in, see top level item)
googleanalytics.username = googleaccount@gmail.com
googleanalytics.password = googlepassword
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
infraIssue: things to be added to playbookIssue: things to be added to playbook