Kaynağa Gözat

Add more function to matomo service. #1015

Sylry 2 yıl önce
ebeveyn
işleme
48cb7064a9
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      tarteaucitron.services.js

+ 5 - 0
tarteaucitron.services.js

@@ -4371,6 +4371,11 @@ tarteaucitron.services.matomo = {
         window._paq.push(["trackPageView"]);
         window._paq.push(["setIgnoreClasses", ["no-tracking", "colorbox"]]);
         window._paq.push(["enableLinkTracking"]);
+
+        if (typeof tarteaucitron.user.matomoMore === 'function') {
+           tarteaucitron.user.matomoMore();
+        }
+
         window._paq.push([function () {
             var self = this;
             function getOriginalVisitorCookieTimeout() {