From ff5a661b0ddb2b49a835671c1d30af62e0cbdabc Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Thu, 4 Feb 2021 18:33:27 +0100 Subject: [PATCH] Add compteur.fr --- tarteaucitron.services.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 570ed5c..7258474 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -523,6 +523,23 @@ tarteaucitron.services.clicmanager = { } }; +// compteur +tarteaucitron.services.compteur = { + "key": "compteur", + "type": "analytic", + "name": "Compteur.fr", + "uri": "https://www.compteur.fr/help_privacy_policy.htm", + "needConsent": true, + "cookies": [], + "js": function () { + "use strict"; + if (tarteaucitron.user.compteurID === undefined) { + return; + } + tarteaucitron.addScript('https://server2.compteur.fr/log7.js', '', function() {wtslog7(tarteaucitron.user.compteurID,1);}); + } +}; + // contentsquare tarteaucitron.services.contentsquare = { "key": "contentsquare",