ckanext-googleanalytics
ckanext-googleanalytics copied to clipboard
CKAN extension to integrate Google Analytics data into CKAN. Gives download stats on package pages, list of most popular packages, etc.
[Google Analytics 4](https://support.google.com/analytics/answer/10089681) was introduced within the last few years, and I'm curious if any work has been done on this extension to enable a migration to a GA4 property....
From everything I can tell, it looks like this error typically revolves around compatibility issues with python2 and python3. I'm running ckan 2.8, which should be compatible. ``` pip install...
[ckanext--s3filestore](https://github.com/okfn/ckanext-s3filestore) implements a custom uploader and downloader, [overriding](https://github.com/okfn/ckanext-s3filestore/blob/master/ckanext/s3filestore/plugin.py#L57) the core download endpoint. ckanext-googleanalytics does the same, to register the download and [calls the core download action](https://github.com/ckan/ckanext-googleanalytics/blob/master/ckanext/googleanalytics/controller.py#L142) from the package controller...
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....
After not having any luck with a GA4 tag, I decided to "downgrade" and create a Universal Analytics tag instead. When using the Tag Assistant Chrome extension, it's giving the...
I have the following error after executing **paster loadanalytics** > _Encountered 403 Forbidden with reason "insufficientPermissions" > "User does not have any Google Analytics account"_ I seems that could have...
We would like to see if ckanext_googleanalytics would be interesting for us. Unfortunately, we are reluctant to install and configure an extension which does not officially support CKAN 2.8, without...
## Taks - [ ] Define a CI platform to run tests. - [ ] Run tests on each commit and PRs
After I executing loadanalytics command, `paster loadanalytics credentials.json --config=/etc/ckan/etc/default/production.ini` It showed 1 warni & 2 errors : - WARNI [googleapiclient.discovery_cache] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth...
Does this track DataStore API usage? My read of the code is that it doesn't; I can't see it overriding the datastore actions mapping anywhere, but I just wanted to...