Skip to content

Matomo integration - unique hcp visitors

Paul Lengert requested to merge matomo_integration into main

Added integration of matomo with one loggingjob, to log when a HCP user enters the site. TO properly aggregate the visits in the matomo dashboard, create a new segment with following values.

Event Category IS usageLoggingUsertype Event Action IS siteload - hcp

In order to filter out Logs from certain Instances of the app, an additional check can be added to check for the origin URL. This can be used to filter out non Team logs for example

Event URL IS/CONTAINS/STARTS WITH [your url]

currently also pageviews are logged - will be changed later

Edited by Paul Lengert

Merge request reports

Loading