Fixes to make this work on not-data.gov.uk
[ckanext-ga-report.git] / ckanext / ga_report / download_analytics.py
Alex Sadleir Fixes to make this work on not-data.gov.uk
vagrant Updating to make sure we ALWAYS refresh the token
Ross Jones Add missing import, explains why it was broken be…
Ross Jones Tidy up
Ross Jones Misplaced return, how was this running
Ross Jones Typoe
Ross Jones Force a refresh of the oauth token before every r…
Ross Jones [854] Fixes unexplained failure with fetching pub…
Ross Jones Remove logging
Ross Jones Force debugging logging for external libs and dis…
Ross Jones [854] Better error handling for download failure …
David Read Improved debug logging.
David Read When downloading this month, and specifying this …
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