- Short Description
- Get the latest version 1.0.2 of [cXF] Matomo Analytics . Download and Discuss the 15.6 KB File size with zip Extention type . From The Content have 517 Views on NullPro Community .
With this simple template modification you can easily add your Matomo (formerly Piwik) tracking code in a template. You can do it all by yourself by directly editing the template or install this simple template modification.
Set all your Matomo analytics settings in Matomo control panel and simply paste the tracking code in template cxf_matomo_analytics. Find your tracking code in Matomo Settings > Websites > Tracking Code.
How to track visitors by username?
In your tracking code find:
Code:
var _paq = _paq || [];
... and paste next code right below that line:
Code:
<xf:if is="{$xf.visitor.user_id}">
_paq.push(['setUserId', '{$xf.visitor.username}']);
</xf:if>
Set all your Matomo analytics settings in Matomo control panel and simply paste the tracking code in template cxf_matomo_analytics. Find your tracking code in Matomo Settings > Websites > Tracking Code.
How to track visitors by username?
In your tracking code find:
Code:
var _paq = _paq || [];
... and paste next code right below that line:
Code:
<xf:if is="{$xf.visitor.user_id}">
_paq.push(['setUserId', '{$xf.visitor.username}']);
</xf:if>