Google-Analytics-Popular-Posts
Google-Analytics-Popular-Posts copied to clipboard
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.
- [x] minor research for available alternatives - [x] add found alternatives to this plugin's section of https://docs.google.com/document/d/1n-XB-Ya2vrfPNoo1LyDgQd-_LKe7QE32KPQbo6UetG0/edit# - [x] email `[email protected]` from the email address used for the `inn_nerds`...
Pull request https://github.com/INN/Google-Analytics-Popular-Posts/pull/69 is part of this. Why fv_ga_stats_get_csv() is used instead of stats_get_csv() is explained in that pull request.
This is tricky: 1) if stats_get_csv() is not defined yet, it’s effectively replaced by fv_ga_stats_get_csv() which we did here. However if JetPack plugin is loaded before this plugin, it won’t...
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.