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

Allow configurable value for recent view days when getting data from Google Analytics API #62

Closed MarkCalvert closed 3 years ago

MarkCalvert commented 3 years ago

Added new CKAN configurable value for recent view days 'googleanalytics.recent_view_days'. Default value is still 14 days. This will allow modifying the packages recent view date day delta.

This is a proposed solution for Allow configurable value for recent view days when getting data from Google Analytics API