Custom Query (2152 matches)
Results (1018 - 1020 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2250 | fixed | Setup nginx and datastore on ecportal | kindly | kindly |
#2251 | fixed | Internal analytics for ckan. | toby | kindly |
Description |
Page views and Resources clicks need to be tracked. User StoriesUS1 As a Site Admin / Visitor (?) I want to see how often a page has been viewed (every page) and how often resources have been downloaded. US1a Next to a resource or a dataset see how often it has been downloaded / viewed US1b I want to see datasets or resources ranked by most downloaded or viewed US1c See a trend graph for a dataset (and resources) Adminstrative Dashboard (?)
Implementation Details
Storing DataHow does ckanext-googleanalytics do this? Current table: package_id | count_recent | count_total Move to a new stats_summary table id | item_id | object_type | stats_type (total, month_yyyy_mm, ...) | value Do we store this data into the search (solr) so we can search by it? Displaying Data
Tracking Data
Own Solution(For later: not as part of this ticket probably) site_tracking table id | url | timestamp | action (page_view, resource_download) |
|
|||
#2261 | fixed | All links need to option to change where language is placed in url. | toby | kindly |
Description |
For the ecportal case we need links to be like the following
(%host)/open-data/en/data/(.*) |