Plugin yìí kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress. Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

Simplest Analytics

Àpèjúwe

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Ìtumọ̀ Yorùbá: ’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.

Àwọn àwòrán ìbòjú

Ìgbéwọlẹ̀

  1. Upload the zip to the ‘/wp-content/plugins/’ directory and unzip
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

OR go to ‘Plugins’ > ‘Add new’, and search for ‘simplest analytics’ to install through the WordPress dashboard.

FAQ

Does this plugin sets cookies?

No, itÌtumọ̀ Yorùbá: ’s serverside tracking.

Can I track unique visitors?

Yes, visits and unique visitors.

Can I track clicks?

Yes, very easy to set up.

I need support!

Please visit https://www.coden-lassen.de/referenzen/plugin-simplest-analytics

Do you want to contrubute with code?

Please send a pull request https://github.com/stefan-klaes/simplest-analytics-wordpress-plugin

Àwọn àgbéyẹ̀wò

Ẹrẹ́nà 27, 2025
This plugin is small, fast and beautiful. It helps to understand the key metrics of traffic. Where do visitors come from? Which pages are most popular and how much traffic do I have? Additionally, itÌtumọ̀ Yorùbá: ’s possible to track campaigns, which is also nice. So yes, I really like this plugin!
Ka gbogbo àwọn àgbéyẹ̀wò 7

Àwọn Olùkópa & Olùgbéejáde

“Simplest Analytics” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

Túmọ̀ “Simplest Analytics” sí èdè rẹ.

Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.

Àkọsílẹ̀ àwọn àyípadà

1.3.3 Ìtumọ̀ Yorùbá: – 2025-03-27

  • fixed typo
  • allow to define access management for user roles that are allowed to use the webanalytics and settings part of the plugin
  • improved translations

1.3.2 Ìtumọ̀ Yorùbá: – 2024-09-03

  • added possibility to define relevant cookie that needs to be set bevor tracking

1.3.1 Ìtumọ̀ Yorùbá: – 2023-10-22

  • removed max events and max parameters from 5 to unlimited
  • improved german translation

1.3.0 Ìtumọ̀ Yorùbá: – 2023-10-16

  • added video tracking shortcode to track 1sec, 25%, 50%, 75%, 100% views
  • fixed little dashboard ui bugs (today based on users timezone, tab switching)

1.2.0 Ìtumọ̀ Yorùbá: – 2023-07-07

  • added features to clear the database table easily

1.1.2 Ìtumọ̀ Yorùbá: – 2023-02-07

  • updated readme
  • contrubite via github

1.1.1 Ìtumọ̀ Yorùbá: – 2023-01-23

  • new logo, banner and screenshots
  • better german translation

1.1.0 Ìtumọ̀ Yorùbá: – 2023-01-23

  • more woocommerce sale tracking features
  • updated readme

1.0.1 Ìtumọ̀ Yorùbá: – 2023-01-18

  • updated style of the line charts
  • moved php functions inside of a class

1.0.0 Ìtumọ̀ Yorùbá: – 2023-01-10

  • First Release