Improvements.
Increased the stats from 2 days to 90 day. Fixing SQL generator when url_to_postid() returns 0. Adding stats_get_csv() to replace Jetpack stats Adding quick stats view to the options screen.
Can you split this up into separate pull requests for:
- Making the stat retention duration into 90 days (we'd like to make this filterable)
- Fixing the SQL generation
- The shim for Jetpack's
stats_get_csv() - Adding quick stats view to the options screen
- this should use
stats_get_csv()instead offv_ga_stats_get_csv()
- this should use
Thanks,
Ben
Hello Ben,
-
Increased the stats from 2 days to 90 day - we made it an option, pull request is here: https://github.com/INN/Google-Analytics-Popular-Posts/pull/67
-
SQL generation is fixed here: https://github.com/INN/Google-Analytics-Popular-Posts/pull/68
-
JetPack Stats bridge (long description there): https://github.com/INN/Google-Analytics-Popular-Posts/pull/69
-
Adding quick stats view to the options screen (ticky, as above pull request is part of it): https://github.com/INN/Google-Analytics-Popular-Posts/pull/70
Thanks, Martin