[cXF] Matomo Analytics

[cXF] Matomo Analytics 1.0.2

没有下载权限
摘要
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>
作者
newimage
浏览
667
扩展类型
zip
文件大小
15.6 KB
首次发布
上次更新
评分 0.00 星 0 个评分
Link was Broken? Please 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 newimage 的更多资源

Xon的警报改进 N
XenForo警报系统的改进集合。
俄语增强搜索对于XenForo N
  • 已推荐
XenForo增强搜索 2.1.4的翻译已完成。

相似的资源

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