Merge pull request #162 from guillaumeKoban/master

Ajout du service Koban
This commit is contained in:
Amauri CHAMPEAUX 2018-07-24 17:21:38 +02:00 committed by GitHub
commit 9d4381e9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View File

@ -63,6 +63,7 @@ Bonus:
* Marketing Automation & CRM * Marketing Automation & CRM
* Mautic * Mautic
* Webmecanik Automation * Webmecanik Automation
* Koban
* Social network * Social network
* AddThis * AddThis

View File

@ -2200,6 +2200,31 @@ tarteaucitron.services.multiplegtag = {
} }
}; };
// Koban
tarteaucitron.services.koban = {
"key": "koban",
"type": "analytic",
"name": "Koban",
"uri": "https://koban.cloud/tos",
"needConsent": true,
"cookies": ['kbntrk'],
"js": function () {
"use strict";
if (tarteaucitron.user.kobanurl === undefined) {
return;
}
if (tarteaucitron.user.kobanapi === undefined) {
return;
}
window.KobanObject = 'kb';
window.kb = window.kb || function() {
window.kb.q = window.kb.q || [];
window.kb.q.push(arguments);
};
window.kb.l = new Date();
kb('reg', tarteaucitron.user.kobanapi);
tarteaucitron.addScript(tarteaucitron.user.kobanurl, '', function() {
});
// matomo // matomo
/* /*