[cXF] Matomo Analytics

[cXF] Matomo Analytics 1.0.2

Keine Berechtigung zum Herunterladen
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>
Autor
newimage
Ansichten
667
Extension type
zip
File size
15.6 KB
Erste Veröffentlichung
Letzte Aktualisierung
Bewertungen 0.00 Sterne 0 Bewertungen
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

Ähnliche Ressourcen

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