Add kameleoon
This commit is contained in:
parent
5a109f43b0
commit
76fee67e5d
|
|
@ -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
|
// xiti smartTag
|
||||||
tarteaucitron.services.xiti_smarttag = {
|
tarteaucitron.services.xiti_smarttag = {
|
||||||
"key": "xiti_smarttag",
|
"key": "xiti_smarttag",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue