Skip to content

lutece-platform/lutece-site-plugin-matomo

Folders and files

Name Name
Last commit message
Last commit date

Latest commit

 

History

9 Commits

src

src

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}                        
                    

Maven documentation and reports

generated by xdoc2md - do not edit directly.