First AT Internet SmartTag integration
This commit is contained in:
parent
6db6a87c9c
commit
4c2d0bd68c
|
|
@ -1994,6 +1994,28 @@ tarteaucitron.services.xiti = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// AT Internet
|
||||||
|
tarteaucitron.services.atinternet = {
|
||||||
|
"key": "atinternet",
|
||||||
|
"type": "analytic",
|
||||||
|
"name": "AT Internet",
|
||||||
|
"uri": "http://www.atinternet.com/politique-du-respect-de-la-vie-privee/",
|
||||||
|
"needConsent": true,
|
||||||
|
"cookies": ['atidvisitor', 'atreman', 'atredir', 'atsession', 'atuserid'],
|
||||||
|
"js": function () {
|
||||||
|
"use strict";
|
||||||
|
if (tarteaucitron.user.atLibUrl === undefined) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
tarteaucitron.addScript(tarteaucitron.user.atLibUrl, '', function() {
|
||||||
|
if (typeof tarteaucitron.user.atMore === 'function') {
|
||||||
|
tarteaucitron.user.atMore();
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
// youtube
|
// youtube
|
||||||
tarteaucitron.services.youtube = {
|
tarteaucitron.services.youtube = {
|
||||||
"key": "youtube",
|
"key": "youtube",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue