From e766d0752f8a543ba16cedebd241a80447106273 Mon Sep 17 00:00:00 2001 From: Arsharth Date: Fri, 19 Aug 2022 18:14:00 +0530 Subject: [PATCH] fix: matomo website integration Signed-off-by: Arsharth --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6182579..2b33751 100644 --- a/index.html +++ b/index.html @@ -47,12 +47,13 @@ (function() { var u="//matomo.mystiq.app/"; _paq.push(['setTrackerUrl', u+'matomo.php']); - _paq.push(['setSiteId', '1']); + _paq.push(['setSiteId', '2']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); +