Custom Query (2152 matches)
Results (1294 - 1296 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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) |
|
|||
#900 | fixed | Intermittent error with new revision not having id | dread | |
Description |
There are still some intermittent errors due to objects not having a revision_id, if you save an object at the same time as the revision. We add the uuid earlier to fix this. https://bitbucket.org/kindly/vdm/changeset/0050d023ca4e. From David Raznick |
|||
#1492 | wontfix | Interference between extra and relationship fields in API | kindly | dread |
Description |
From Jan Kučera <elquenor@…>
|