• Hi, excellent plugin, could you add an option in the plugin’s settings page where we could just enter the amount of top pages displayed? I prefer having the top 10 displayed and have to change the plugin’s code everytime I update it. I’d prefer having an option that will stay put. It should be fairly easy to implement.

    In file google-analytics-summary-widget.php

    Need to change this line:

    if ( $stat_count >= 5 )

    to get an option from the settings database. In my case I always change that to 10 directly in the quote, but as I said I’d like to have an option I could set once and for all.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Very Agree!
    This plugin is wonderful easy and secure analytic dashboard!

    Yes, please give the option for amount of Top Pages, Top Referrer and Top Searches.

    @drtzan, thanks for that, but that was for me only 10 Top Pages, it’s not work for Top Referrer and Top Searches.
    I edit this line:

    $stats = $this->api->getMetrics('ga:visits', $before, $yesterday, 'ga:source,ga:medium', '-ga:visits', 'ga:medium%3D%3Dreferral', '5');

    I change 5 to 10, but in Dashboard still display 5 Top Referrers.

    Great Plugin!
    Thanks!

    @drtanz, well it works for all 10 top type, it just loading the last 5 from cache.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Suggestion for extra option to display more top pages’ is closed to new replies.