Extension:MatomoAnalytics/de

Category:Extensions with invalid or missing type/deCategory:GPL licensed extensions/de
MediaWiki-Erweiterungen
MatomoAnalytics
Freigabestatus: stabilCategory:Stable extensions/de
Beschreibung Integration with Matomo for analytics. Adds a special page to view that stats on-wiki.
Autor(en) John Lewis, Southparkfan, Universal Omega, Agent Isai
Betreuer Miraheze system administrators
Letzte Version continuous updates
MediaWiki 1.35.3+Category:Extensions with manual MediaWiki version/de
PHP 7.2+
Datenbankänderungen No, Yes if $wgMatomoAnalyticsUseDB is enabled
Composer miraheze/matomo-analyticsCategory:Extensions supporting Composer/de
Lizenz GNU General Public License 3.0
Herunterladen Category:Extensions in GitHub version control/de
  • $wgMatomoAnalyticsEnableCustomDimensionsUserType
  • $wgMatomoAnalyticsForceGetRequest
  • $wgMatomoAnalyticsDisableCookie
  • $wgMatomoAnalyticsSiteID
  • $wgMatomoAnalyticsUseDB
  • $wgMatomoAnalyticsTokenAuth
  • $wgMatomoAnalyticsDisableJS
  • $wgMatomoAnalyticsGlobalID
  • $wgMatomoAnalyticsServerURL
  • noanalytics
  • viewanalytics
Category:All extensions/de

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 Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens MatomoAnalytics im Ordner extensions/ ablegen.
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
    wfLoadExtension( 'MatomoAnalytics' );
    
  • Konfiguriere nach Bedarf.
  • Yes Erledigt – Navigiere zu Special:Version in deinem Wiki, um zu überprüfen, ob die Erweiterung erfolgreich installiert wurde.
  • It is important that the whole URL is used with protocol and trailing slash: http://example.org/

Konfiguration

Parameter Voreinstellung Anmerkung Notwendig?
$wgMatomoAnalyticsServerURL false URL deiner Matomo-Installation Notwendig
$wgMatomoAnalyticsTokenAuth false The auth token for the API of your Matomo install Notwendig
$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

Category:Web Analytics extensions/de Category:Statistics extensions/de Category:Extensions by Miraheze/de
Category:All extensions/de Category:CreateWikiCreation extensions/de Category:CreateWikiDeletion extensions/de Category:CreateWikiRename extensions/de Category:Extensions by Miraheze/de Category:Extensions in GitHub version control/de Category:Extensions included in Miraheze/de Category:Extensions included in Telepedia/de Category:Extensions supporting Composer/de Category:Extensions with invalid or missing type/de Category:Extensions with manual MediaWiki version/de Category:GPL licensed extensions/de Category:LoadExtensionSchemaUpdates extensions/de Category:SkinAfterBottomScripts extensions/de Category:Stable extensions/de Category:Statistics extensions/de Category:Web Analytics extensions/de