Amauri CHAMPEAUX 10 роки тому
батько
коміт
615f8c8d68
1 змінених файлів з 18 додано та 0 видалено
  1. 18 0
      tarteaucitron.services.js

+ 18 - 0
tarteaucitron.services.js

@@ -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
 tarteaucitron.services.twitter = {