Extension:MatomoAnalytics/de-formal

From mediawiki.org
This page is a translated version of the page Extension:MatomoAnalytics and the translation is 11% complete.
MediaWiki extensions manual
MatomoAnalytics
Release status: stable
Description Integration with Matomo for analytics. Adds a special page to view that stats on-wiki.
Author(s) John Lewis, Southparkfan, Universal Omega
Maintainer(s) Miraheze system administrators
Latest version continuous updates
MediaWiki 1.35.3+
PHP 7.2+
Database changes No, Yes if $wgMatomoAnalyticsUseDB is enabled
Composer miraheze/matomo-analytics
License GNU General Public License 3.0
Download
  • $wgMatomoAnalyticsDatabase
  • $wgMatomoAnalyticsGlobalID
  • $wgMatomoAnalyticsDisableCookie
  • $wgMatomoAnalyticsSiteID
  • $wgMatomoAnalyticsForceGetRequest
  • $wgMatomoAnalyticsDisableJS
  • $wgMatomoAnalyticsUseDB
  • $wgMatomoAnalyticsTokenAuth
  • $wgMatomoAnalyticsServerURL
  • noanalytics

The MatomoAnalytics extension inserts tracking code for the Matomo analytics platform. It also creates a Special Page (Special:Analytics) where you can view the stats on-wiki.

For reporting an issue or a bug, please use Miraheze Phabricator. See here for the workboard.

Installation

  • Die Download und die Datei(en) in ein Verzeichnis namens MatomoAnalytics im Ordner extensions/ ablegen.
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'MatomoAnalytics' );
    
  • Configure as required.
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
  • It is important that the whole URL is used with protocol and trailing slash: http://example.org/

Konfiguration

parameter default comment required?
$wgMatomoAnalyticsServerURL false URL of your Matomo installation Required
$wgMatomoAnalyticsTokenAuth false The auth token for the API of your Matomo install Required
$wgMatomoAnalyticsSiteID 1 Matomo site ID Optional
$wgMatomoAnalyticsGlobalID false Shared Matomo site ID. For use on wikifarms. Optional
$wgMatomoAnalyticsUseDB false Whether to use a database or not. For use on wikifarms. Optional
$wgMatomoAnalyticsDatabase false Name of the main database to use. For use on wikifarms. Optional
$wgMatomoAnalyticsDisableCookie false Allow disabling cookies set by Matomo. Optional
$wgMatomoAnalyticsDisableJS false Allow disabling of JS tracking code globally Optional

Matomo API token

To obtain a Matomo API token from your Matomo installation, you can follow the official documentation:

https://matomo.org/faq/general/faq_114/

Siehe auch