Simplest Analytics

plugin banner

Simple webanalytics stored in the own database without setting cookies.

Author:Stefan Klaes (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:6.3.2
Plugin version:1.3.1
Added to WordPress repository:12-01-2023
Last updated:22-10-2023
Rating, %:100
Rated by:4
Plugin URI:https://www.coden-lassen.de
Total downloads:1 006
Active installs:100+
plugin download
Click to start download

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.

Why use Simplest Analytics?

It is working. No function overload. Track visits, unique users and custom events like clicks.

What are the main features of the plugin?

  • Track page visits and unique users
  • Track traffic on sites
  • Track where your traffic comes from
  • Track where your woocommerce sales come from
  • Track custom events when a user clicks an element
  • Track the use of url parameters like your-site.com/?campaign=whatever
  • Track video views (1sec, 25%, 50%, 75%, 100%)

Custom function you can use to track further events

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

How are the charts in the admin dashboard generated?

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.


Screenshots
FAQ
ChangeLog