Implements downloads counts (for dataset resources) and fixes an issue with 'All' records.
[ckanext-ga-report.git] / ckanext / ga_report / download_analytics.py
Ross Jones Implements downloads counts (for dataset resource…
Ross Jones Minor tweaks
Ross Jones Update to handle missing downloads data
Ross Jones Error check for potentially missing data
Ross Jones Adds the ability to fetch information on download…
Ross Jones Change bounce calculation to use visitBounceRate …
Ross Jones Make sure that the url normalization for social i…
Ross Jones Change the entry for the current month to include…
Ross Jones Changes to fix some issues around bounces and pre…
Ross Jones Changed to pageviews instead of unique pageviews
David Read Improved bounce rate stuff.
David Read Tidy logging.
Ross Jones Changes to tidy up the handling of all months;
Ross Jones Modified to collect visit instead of visitors.
David Read Show top datasets cross-publisher. Drop-down for …
Ross Jones Changes to support % of bounces from /
Ross Jones Adding new social network referral information
Ross Jones Fix to date fetching
Ross Jones Uncommenting needed code
Ross Jones Fixed the publishr information (to enable leaderb…
Ross Jones Implemented further analytics by fetching more sp…
Ross Jones Remove prettyprinting unless DEBUG is set in env …
Ross Jones Adds new columns to the table to store the releva…
Ross Jones Packages up the data from Analytics.
Ross Jones Implement oauth2 for accessing google analytics
David Read Initial iteration