Add Twenga
This commit is contained in:
parent
e9bb89fa0a
commit
615f8c8d68
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue