[cXF] Matomo Analytics

xF2 Add-on [cXF] Matomo Analytics 1.1.0

No permission to download
Compatible XF Versions
2.0, 2.1, 2.2
Visible Branding
No
Link XF Versions
XF2.1: https://enxf.net/resources/cxf-matomo-analytics.2134/version/4577/download
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:
JavaScript:
var _paq = _paq || [];
... and paste next code right below that line:
JavaScript:
<xf:if is="{$xf.visitor.user_id}">
    _paq.push(['setUserId', '{$xf.visitor.username}']);
</xf:if>
Author
ENXF NET
Downloads
172
Views
690
Last update
Rating
5.00 star(s) 1 ratings

More resources from ENXF NET

Latest updates

  1. 1.1.0

    XenForo 2.2 compatibility update Note: you'll find two ZIP files when downloading. One for XF...

Latest reviews

great
Top