Add Twenga

This commit is contained in:
Amauri CHAMPEAUX 2015-05-29 17:40:16 +02:00
parent e9bb89fa0a
commit 615f8c8d68
1 changed files with 18 additions and 0 deletions

View File

@ -1031,6 +1031,24 @@ tarteaucitron.services.typekit = {
} }
}; };
// twenga
tarteaucitron.services.twenga = {
"key": "twenga",
"type": "ads",
"name": "Twenga",
"uri": "http://www.twenga.com/privacy.php",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
if (tarteaucitron.user.twengaId === undefined || tarteaucitron.user.twengaLocale === undefined) {
return;
}
tarteaucitron.addScript('//tracker.twenga.' + tarteaucitron.user.twengaLocale + '/st/tracker_' + tarteaucitron.user.twengaId + '.js');
}
};
// twitter // twitter
tarteaucitron.services.twitter = { tarteaucitron.services.twitter = {