Add Get+ service

This commit is contained in:
Amauri CHAMPEAUX 2015-04-08 19:05:37 +02:00
parent fdde783370
commit 7d56dab259
1 changed files with 20 additions and 0 deletions

View File

@ -449,6 +449,26 @@ tarteaucitron.services.ferankpub = {
}
};
// get+
tarteaucitron.services.getplus = {
"key": "getplus",
"type": "analytic",
"name": "Get+",
"uri": "http://www.getplus.fr/Conditions-generales-de-vente_a226.html",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
if (tarteaucitron.user.getplusId === undefined) {
return;
}
window.webleads_site_ids = window.webleads_site_ids || [];
window.webleads_site_ids.push(tarteaucitron.user.getplusId);
tarteaucitron.addScript('//stats.webleads-tracker.com/js');
}
};
// google+
tarteaucitron.services.gplus = {
"key": "gplus",