Ajout du script de Matomo, fourni pour l'exemple...
This commit is contained in:
parent
65fa9961c2
commit
b334240da9
13
public/JS/matomo.js
Normal file
13
public/JS/matomo.js
Normal file
@ -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);
|
||||
})();
|
Loading…
Reference in New Issue
Block a user