add tarteaucitron

This commit is contained in:
Kevin Tessier 2019-06-16 18:23:26 +02:00
parent afa3431d30
commit 689a6e7a37
2 changed files with 3 additions and 2 deletions

View File

@ -208,7 +208,7 @@ jQuery(document).ready(function(){
"adblocker": false, /* Show a Warning if an adblocker is detected */
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
"highPrivacy": true, /* Disable auto consent */
"highPrivacy": false, /* Disable auto consent */
"handleBrowserDNTRequest": true, /* If Do Not Track == 1, disallow all */
"removeCredit": false, /* Remove credit link */

View File

@ -121,7 +121,8 @@
<script type="text/javascript">
tarteaucitron.user.gtagUa = 'UA-91839539-1';
tarteaucitron.user.gtagMore = function () { /* add here your optionnal gtag() */ };
(tarteaucitron.job = tarteaucitron.job || []).push('gtag');
// (tarteaucitron.job = tarteaucitron.job || []).push('gtag');
(tarteaucitron.job = tarteaucitron.job || []).push('analytics');
(tarteaucitron.job = tarteaucitron.job || []).push('facebook');
(tarteaucitron.job = tarteaucitron.job || []).push('linkedin');
(tarteaucitron.job = tarteaucitron.job || []).push('googletagmanager');