• Is there any method available to prevent specific pages (omit) their stats.

    I use a the Mailpoet newsltter plugin ever 5 mins it runs a wp-crom job.
    It is now Number 2 in TOP PAGES (No page title found]
    I would like to stop recording the stats for this wp-cron call

    Similar issue:
    Number 4 in TOP PAGES [No page title found] /xmlrpc.php

    If there isn’t any solution please think of this as a feature request.
    I’d like to be able to add these pages into an Omit Form
    (i guess it could work in similar concept as a deny rule in .htaccess.)
    Rgds

    https://wordpress.org/plugins/wp-statistics/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Greg Ross

    (@gregross)

    Go to Statistics->Settings->Access/Exclusions->Excluded URLs list and add them there.

    Thread Starter Terry Delmar

    (@pix365)

    Thanks for the quick reply. URL’s now added. 🙂

    2nd Question is it possible to delete theunwanted page stats from the DB with a crafted SQL query? (or is there a simpler method?)

    …I can play / test with a DB backup(of live site) on my localhost.

    Plugin Contributor Greg Ross

    (@gregross)

    Yes, the page stats are stored in the wp_statistics_pages table. If you know the URL or page id you want to delete you can create a SQL query to delete the entries.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Prevent stats on certain pages’ is closed to new replies.