PHPackages                             bestlife/oxid-module-matomo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bestlife/oxid-module-matomo

ActiveOxideshop-module[Utility &amp; Helpers](/categories/utility)

bestlife/oxid-module-matomo
===========================

Add Matomo (formerly Piwik) tracking codes to your oxid online shop.

2.5.1(5y ago)22.1k10[6 PRs](https://github.com/vanilla-thunder/oxid-module-matomo/pulls)GPL-3.0PHPPHP &gt;=5.6

Since Jan 22Pushed 2y ago5 watchersCompare

[ Source](https://github.com/vanilla-thunder/oxid-module-matomo)[ Packagist](https://packagist.org/packages/bestlife/oxid-module-matomo)[ RSS](/packages/bestlife-oxid-module-matomo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

\[bla\] matomo - Matomo (Piwik) Analytics für OXID eShop
--------------------------------------------------------

[](#bla-matomo---matomo-piwik-analytics-für-oxid-eshop)

version 2.5.0 ( 2019-01-23 )

Funktionen:
-----------

[](#funktionen)

1. Tracking der Seitenaufrufe
2. Shopinterne Suche
3. E-Commerce Tracking
4. benutzerdefinierte Dimensionen
5. Geo Location ( Besucher-IP nach Land auflösen )

Installation OXID 6
-------------------

[](#installation-oxid-6)

```
$ composer require bestlife/oxid-module-matomo

```

Installation OXID 4
-------------------

[](#installation-oxid-4)

1.  herunterladen und entpacken
2. Inhalt von "copy\_this" in den Shop hochladen
3. Modul aktivieren und Moduleinstellungen konfigurieren
4. Views aktualisieren
5. TPL Blocks hinzufügen: in **email/html/header.tpl** direkt nach `` einfügen: ```
    [{block name="email_html_header"}][{/block}]

    ```

Konfiguration:
--------------

[](#konfiguration)

unter Erweiterungen -&gt; Module -&gt; \[bestlife\] Matomo Tracking -&gt; Reiter "Einstellungen":

- **Matomo Server URL** und **Site ID** werden benötigt, damit überhaupt irgendwas funktioniert.
- **Auth Token** wird nur für Tracking über API *(PHP/Serverseitig, wird aktuell nicht verwendet)* und GeoIP Funktion benötigt
- Sofern Ziele und benutzerdefinierte Dimensionen gebraucht werden, müssen diese in Matomo erstellt und deren IDs in den Moduleinstellungen hinterlegt werden

### Konfiguration der Ziele in matomo

[](#konfiguration-der-ziele-in-matomo)

1. Newsletter Opt-In
    - Ziel ist erreicht: manuell
2. Newsletter Freischaltung (Opt-In bestätigt)
    - Ziel ist erreicht: manuell
3. Newsletter Abmeldung
    - Ziel ist erreicht: manuell
4. Neue Registrierung
    - "Wenn vom Besucher" + "Die angegebene URL wird besucht"
    - die URL beinhaltet `/index.php?cl=register&success=1`
5. Neue Registrierung im Checkout
    - "Wenn vom Besucher" + "Die angegebene URL wird besucht"
    - die URL beinhaltet `/index.php?cl=payment&new_user=1&success=1`
6. Neue Bestellung
    - "Wenn vom Besucher" + "Die angegebene URL wird besucht"
    - die URL beinhaltet `/index.php?cl=thankyou`

### Benutzerdefinierte Dimensionen

[](#benutzerdefinierte-dimensionen)

Das Modul unterstützt standardmäßig 5 benutzerdefinierte Dimensionen:

- Sprache
- Zahlungsart
- Versandart
- Versandadresse ( Rechnungsadresse / Packstation / Abweichende Lieferanschrift )
- Mediacode / REF

Um die benutzerdefinierten Dimensionen zu verwenden, muss das "custom dimensions" Plugin installiert und anschließend die entsprechenden Dimensionen erstellt werden.
Mehr Infos zu benutzerdefinierten Dimensionen gibts hier:

### Geo Location

[](#geo-location)

Sofern Geo Location in Matomo konfiguriert ist, kann das Herkunftsland über die IP Adresse der Besucher bestimmt werden.
Die Funktion `[{$oViewConf->getCountryByIP()}]` liefert den ISO Alpha-2 Kürzel ("DE", "AT", "US" etc) des lande.
Weitere Infos zu Geo Location in Matomo:

Beipsiel Code: `[{if $oViewConf->getCountryByIP() == "DE"}]Kunde aus DE[{/if}]`

### Software Lizenz

[](#software-lizenz)

\[bla\] matomo - Matomo (Piwik) Analytics für OXID eShop
Copyright (C) 2018 bestlife AG
info:

This program is free software;
you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~623 days

Total

2

Last Release

2044d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1874024?v=4)[Marat](/maintainers/vanilla-thunder)[@vanilla-thunder](https://github.com/vanilla-thunder)

---

Top Contributors

[![vanilla-thunder](https://avatars.githubusercontent.com/u/1874024?v=4)](https://github.com/vanilla-thunder "vanilla-thunder (10 commits)")[![mariolorenz](https://avatars.githubusercontent.com/u/5525363?v=4)](https://github.com/mariolorenz "mariolorenz (1 commits)")[![zckman](https://avatars.githubusercontent.com/u/18466068?v=4)](https://github.com/zckman "zckman (1 commits)")

---

Tags

matomooxid-eshoppiwik

### Embed Badge

![Health badge](/badges/bestlife-oxid-module-matomo/health.svg)

```
[![Health](https://phpackages.com/badges/bestlife-oxid-module-matomo/health.svg)](https://phpackages.com/packages/bestlife-oxid-module-matomo)
```

###  Alternatives

[vanilla-thunder/oxid-module-devutils

developer utilities for OXID eShop

1723.3k](/packages/vanilla-thunder-oxid-module-devutils)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
