Fork me on GitHub

Plugin Matomo

Introduction

This plugin lets you add a Matomo tracker script into your site pages

It provides also an embeded Matomo dashboard in the Back Office

Configuration

Define in Site properties :

  • The site ID
  • The Matomo server HTTP URL
  • The Matomo server HTTPS URL
  • The widget Authentication Token (optionnal)

Initial default values can be configured in the matomo.properties as follow :

# matomo properties file

matomo.default.site.id=15
matomo.default.server.http.url=http://www.example.com/matomo/
matomo.default.server.https.url=https://www.example.com/matomo/
matomo.default.widget.auth.token=6b34579abd8b74a12b87a809ef060185                    
                    

Add the mMtomo bookmark into a site template, typically page_frameset.html

<!-- Matomo include -->
${matomo}