소스 검색

Fix tag send

Amauri CHAMPEAUX 4 년 전
부모
커밋
4b4ea3c625
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      tarteaucitron.services.js

+ 4 - 0
tarteaucitron.services.js

@@ -3184,6 +3184,8 @@ tarteaucitron.services.atinternet = {
             if (typeof window.tag.privacy !== 'undefined') {
                 window.tag.privacy.setVisitorOptin();
             }
+
+            window.tag.page.send();
         });
     },
     "fallback": function () {
@@ -3209,6 +3211,8 @@ tarteaucitron.services.atinternet = {
                     window.tag.privacy.setVisitorMode('cnil', 'exempt');
                 }
             }
+
+            window.tag.page.send();
         });
     }
 };