|
@@ -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 = {
|