[cXF] Matomo Analytics

[cXF] Matomo Analytics 1.0.2

No permission to download
Short Description
With this simple template modification you can easily add your Matomo (formerly Piwik) tracking code
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>
Author
newimage
Views
667
Extension type
zip
File size
15.6 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Please Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

Similar resources

[cXF] About Tab as Default A
Show About tab on member view as default.
[cXF] Account widgets A
Add account menu items to a widget in different ways with optional bookmarks.
[cXF] Add What's New beside Alerts tab A
Text beside icon is phrased so you can easily change it.
Top