- Uyumlu XF Sürümleri
- 2.2.X
- 2.3.X
Eklenti, basit izleme kodu entegrasyonu sağlar.
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.
How to track visitors by username?
and paste next code right below that line:
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.
How to track visitors by username?
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>