diff --git a/frontend/src/app/services/enterprise.service.ts b/frontend/src/app/services/enterprise.service.ts index 0c86f086c..7e69af223 100644 --- a/frontend/src/app/services/enterprise.service.ts +++ b/frontend/src/app/services/enterprise.service.ts @@ -130,7 +130,7 @@ export class EnterpriseService { private getMatomo() { if (this.siteId != null) { - return window['Matomo']?.getTracker(this.statsUrl, this.siteId); + return window['Matomo']?.getTracker(this.statsUrl+'m.php', this.siteId); } }