From b334240da9a821c66a330bae568df6a89d65ac36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Mon, 8 Nov 2021 11:52:06 +0100 Subject: [PATCH] Ajout du script de Matomo, fourni pour l'exemple... --- public/JS/matomo.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 public/JS/matomo.js diff --git a/public/JS/matomo.js b/public/JS/matomo.js new file mode 100644 index 0000000..d08dbac --- /dev/null +++ b/public/JS/matomo.js @@ -0,0 +1,13 @@ +var _paq=window._paq=window._paq || []; +/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ +_paq.push(['trackPageView']); +_paq.push(['enableLinkTracking']); +(function() +{ + var u="https://stats.le-fab-lab.com/"; + _paq.push(['setTrackerUrl', u+'matomo.php']); + _paq.push(['setSiteId', '6']); + _paq.push(['HeatmapSessionRecording::disable']);// ajout CNIL/RGPD, cf. https://www.cnil.fr/sites/default/files/atoms/files/matomo_analytics_-_exemption_-_guide_de_configuration.pdf + 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); +})(); \ No newline at end of file