kevin tessier 5 роки тому
батько
коміт
689a6e7a37

+ 1 - 1
user/themes/lecampus/js/site.js

@@ -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 */

+ 2 - 1
user/themes/lecampus/templates/partials/base.html.twig

@@ -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');