From 4b4ea3c625eaccec52ed4d30ecef016541917feb Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Fri, 23 Apr 2021 16:28:11 +0200 Subject: [PATCH] Fix tag send --- tarteaucitron.services.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 6bb1f44..731f97c 100644 --- a/tarteaucitron.services.js +++ b/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(); }); } };