Add TagCommander
This commit is contained in:
parent
05f98f423c
commit
9f265c6949
|
|
@ -1725,6 +1725,23 @@ tarteaucitron.services.timelinejs = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// tagcommander
|
||||||
|
tarteaucitron.services.tagcommander = {
|
||||||
|
"key": "tagcommander",
|
||||||
|
"type": "api",
|
||||||
|
"name": "TagCommander",
|
||||||
|
"uri": "https://www.commandersact.com/en/privacy/",
|
||||||
|
"needConsent": true,
|
||||||
|
"cookies": [],
|
||||||
|
"js": function () {
|
||||||
|
"use strict";
|
||||||
|
if (tarteaucitron.user.tagcommanderid === undefined) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
tarteaucitron.addScript('https://cdn.tagcommander.com/' + tarteaucitron.user.tagcommanderid + '.js');
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
// typekit
|
// typekit
|
||||||
tarteaucitron.services.typekit = {
|
tarteaucitron.services.typekit = {
|
||||||
"key": "typekit",
|
"key": "typekit",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue