INN / Google-Analytics-Popular-Posts

A WordPress plugin that uses Google Analytics data to determine the most popular posts on your site and display a list of popular posts via the included widget.
https://wordpress.org/plugins/ga-popular-posts/
23 stars 7 forks source link

Improvements. #66

Open foliovision opened 7 years ago

foliovision commented 7 years ago

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.

benlk commented 7 years ago

Can you split this up into separate pull requests for:

Thanks,

Ben

foliovision commented 7 years ago

Hello Ben,

1) 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

2) SQL generation is fixed here: https://github.com/INN/Google-Analytics-Popular-Posts/pull/68

3) JetPack Stats bridge (long description there): https://github.com/INN/Google-Analytics-Popular-Posts/pull/69

4) 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