From 76fee67e5d4c6caa4cba991a4f797b9a47f0aa4b Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Wed, 4 Nov 2020 11:46:05 +0100 Subject: [PATCH] Add kameleoon --- tarteaucitron.services.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 9a56963..ea5084b 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -2566,6 +2566,22 @@ tarteaucitron.services.zopim = { } }; +// kameleoon +tarteaucitron.services.kameleoon = { + "key": "kameleoon", + "type": "analytic", + "name": "Kameleoon", + "uri": "https://www.kameleoon.com/fr/compliance/rgpd", + "needConsent": true, + "cookies": [], + "js": function () { + "use strict"; + if (tarteaucitron.user.kameleoon !== undefined) { + tarteaucitron.addScript("https://" + tarteaucitron.user.kameleoon + ".kameleoon.eu/kameleoon.js"); + } + } +}; + // xiti smartTag tarteaucitron.services.xiti_smarttag = { "key": "xiti_smarttag",