Simple Matomo Tracking Code

描述

This is a unofficial, basic WordPress plugin for the Matomo web analytics software platform.
It adds the Matomo javascript code into every page of your website, so you don’t have to code PHP to add it to your templates.

It is based quite heavily on the (no more supported) Piwik Analytics WordPress plugin which itself is based on the (no more available) Google Analytics wordpress plugin by Joost de Valk.

The following options are supported:

  • matomo hostname
  • matomo path
  • site ID
  • option to control download tracking
  • option to exclude the admin user (probably you)

Please note, this plugin requires a self-contained Matomo installation somewhere under your control. It does not include Matomo itself.

See also The Matomo Website.

安裝

  1. Install and activate the plugin as you normally would.
    (You can find more details and instructions here.)
  2. Visit the “Simple Matomo Tracking Code” page in the “Settings” section and adjust the parameters.
    Don’t forget to click “Update Settings” when you’re done.

常見問題

The Matomo Web Analytics javascript code does not show up.

  1. Make sure your theme has a call to wp_footer() in the footer.php file
  2. Make sure you’re not logged in as admin.

How can I report security bugs?

You can report security bugs through the Patchstack Vulnerability Disclosure
Program. The Patchstack team help validate, triage and handle any security
vulnerabilities. Report a security vulnerability.

Or you send them directly to info@rolandbaer.ch.

評價

2023年10月14日
I like this, minimal code: pure and effective.Does not support multisite.
閱讀全部2個評價

貢獻者及開發者

“Simple Matomo Tracking Code” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Simple Matomo Tracking Code 外掛目前已有 5 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Simple Matomo Tracking Code 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.1.0

  • uninstall updated for multisite compatibility

1.0.3

  • Bugfix for reset, fixes from static code analysis, requires now PHP 7.1 or higher

1.0.2

  • changed texts

1.0.1

  • code cleanup: moved duplicated code in function

1.0.0

  • prepared for translations

0.5.2

  • fix for wrong appended path (to many slashes)

0.5.1

  • input validation

0.5.0

  • new javascript code from matomo
  • remove configuration during uninstall
  • fixed warnings

0.1.0

  • created plugin based on piwik-analytics