ckan / ckanext-googleanalytics

CKAN extension to integrate Google Analytics data into CKAN. Gives download stats on package pages, list of most popular packages, etc.
GNU Affero General Public License v3.0
35 stars 81 forks source link

Summary page (/analytics/dataset/top) not working on CKAN 2.9 #65

Open Sean-Stilwell opened 3 years ago

Sean-Stilwell commented 3 years ago

I've got the extension working on version 2.9 and am able to view the stats on Google Analytics & use ckan -c /etc/ckan/default/ckan.ini googleanalytics load mycredentials.json to update the database.

Unfortunately, I'm running into issues with this part:

  1. Look at some stats within CKAN

Once your GA account has gathered some data, you can see some basic information about the most popular packages at: http://mydomain.com/analytics/dataset/top

I've tried visiting localhost:5000/analytics/dataset/top but that's just giving a 404 error. Not sure if this page is working on CKAN 2.9 or if I've messed up somewhere along the way.

smotornyuk commented 3 years ago

No, you are absolutely right, this page does not exist. At the moment ckanext-googleanalytics does not provide any page(or another way) to view statistics. And README just must be updated.

This extension adds the visual part somewhere under /site-usage path. But it's not actively supported, so don't expect much from it