Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

[cXF] Matomo Analytics

[cXF] Matomo Analytics 1.1.0

No permission to download
License
  1. License agreement for cXF add-ons and services
How to install/upgrade?
  1. Installation instructions
Compatible XenForo version
  1. 2.2
  2. 2.3
Donation for support
  1. to keep this resource free please consider sending a small donation
Visible branding
  1. No
If you got our add-ons on websites other than customizexf.com or xenforo.com, then you got them on pirated sites. If so, we suggest you remove the add-on from the server and download it from the original site. Please, support the developers and fight piracy!


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>
Related resources

Latest updates

  1. 1.1.0

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

    compatibility fix
  3. 1.0.1

    option page removed - paste your tracking code in dedicated template now Note: please remove...

Latest reviews

I just set up Matomo and it is really cool. This Addon made it very simple to input the tracking code onto my forum. Thanks for creating this Addon.
BassMan
BassMan
Thank you for your review.

Similar resources

cXF Service - Rate and Review BassMan
  • Featured
If you liked our support and service, please leave us a review. Thank you!
[cXF] Account widgets BassMan
Add account menu items to a widget in different ways with optional bookmarks.
[cXF] Add What's New beside Alerts tab BassMan
  • Featured
Adds an icon with link to What's New page on the right side of Alerts tab or Search tab.
Back
Top