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