From: Guillaume Pellerin Date: Thu, 23 Jan 2025 21:57:56 +0000 (+0100) Subject: update prod matomo site id X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f4b846336aa08e2611ca54a0b92600c750d9be94;p=teleforma.git update prod matomo site id --- diff --git a/teleforma/templates/teleforma/base.html b/teleforma/templates/teleforma/base.html index ccb20159..3c1dd24d 100644 --- a/teleforma/templates/teleforma/base.html +++ b/teleforma/templates/teleforma/base.html @@ -278,7 +278,7 @@ (function() { var u="//matomo.parisson.com/"; _paq.push(['setTrackerUrl', u+'matomo.php']); - _paq.push(['setSiteId', '2']); + _paq.push(['setSiteId', '1']); 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); })();