Add compteur.fr
This commit is contained in:
parent
e214a6289b
commit
ff5a661b0d
|
|
@ -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
|
// contentsquare
|
||||||
tarteaucitron.services.contentsquare = {
|
tarteaucitron.services.contentsquare = {
|
||||||
"key": "contentsquare",
|
"key": "contentsquare",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue