Add user consent
This commit is contained in:
parent
11b8cd06b3
commit
896885270b
@ -15,6 +15,9 @@
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
// require user consent before processing data
|
||||
_paq.push(['requireConsent']);
|
||||
_paq.push(['trackPageview']);
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user