Easy to use Under Construction Page & Coming Soon Page. Enable Under Construction Mode in seconds & sh...
Simple webanalytics stored in the own database without setting cookies.
Simplest Analytics is a WordPress plugin designed to track visits and unique users on your site without using third-party cookies. It functions server-side and requires no additional configuration after installation. The plugin also allows for tracking of custom events and URL parameters through a settings tab in the WordPress backend.
The plugin tracks various metrics including page visits, unique users, traffic sources, WooCommerce sales origins, and video views. It provides a custom function for tracking additional events, which can be integrated using PHP hooks. The data is stored locally in your database, and the admin dashboard features charts generated with Google Charts.
Best for: This plugin suits website owners looking for a straightforward analytics solution without third-party dependencies.
What it does well
Where it falls short
Simplest Analytics offers a basic yet effective way to track user interactions on your site. It is suitable for those who prefer simplicity and local data storage.
Stefan Klaes's own description of Simplest Analytics, lightly tidied.
Simplest Analytics tracks visits and unique users session based serverside without setting 3rd party cookies. It is also possible to track events and url paramaters. After
installing and activation the plugin it’s working without further configuration. If you want to set up custom tracking events or url parameters you can use the settings tab in
the WordPress backend.
It is working. No function overload. Track visits, unique users and custom events like clicks.
You can use this function to track further events in php hooks like form submissions, apply coupons, add to cart, etc:
$data = [];
$data[‘track_type’] = “event”; // event or pageview
$data[‘event_action’] = “yourevent”; // name of the event
simple_analytics_track_data($data); // function that saves the event
The charts are based on google-charts.js which only load in the admin backend. The data is stored in the database on the same server where your WordPress installation
is located.
Other plugins for measuring traffic.
Easy to use Under Construction Page & Coming Soon Page. Enable Under Construction Mode in seconds & sh...
Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
The best free Google Analytics plugin for WordPress. See how visitors find and use your website so you can gro...
Great looking maintenance, coming soon & under construction pages. Put your site under maintenance in minu...
Easily add tracking code snippets, conversion pixels, or other scripts required by third party services for an...
Adds Google Analytics tracking code to your WordPress site. Supports many tracking features.