Add Adobe Workspace Fix #1076

This commit is contained in:
Amauri CHAMPEAUX 2023-04-03 11:34:17 +02:00
parent 780083d143
commit 9a6393b8dc
1 changed files with 19 additions and 0 deletions

View File

@ -37,6 +37,25 @@ tarteaucitron.services.iframe = {
} }
}; };
// adobeworkspace
tarteaucitron.services.adobeworkspace = {
"key": "adobeworkspace",
"type": "analytic",
"name": "Adobe - Analysis Workspace",
"uri": "https://www.adobe.com/privacy/policy.html",
"needConsent": true,
"cookies": ['s_ecid', 's_cc', 's_sq', 's_vi', 's_fid'],
"js": function () {
"use strict";
if (tarteaucitron.user.adobeworkspaceId1 === undefined || tarteaucitron.user.adobeworkspaceId2 === undefined || tarteaucitron.user.adobeworkspaceId3 === undefined) {
return;
}
tarteaucitron.addScript('https://assets.adobedtm.com/'+tarteaucitron.user.adobeworkspaceId1+'/'+tarteaucitron.user.adobeworkspaceId2+'/launch-'+tarteaucitron.user.adobeworkspaceId3+'.min.js');
}
};
// zohopagesense // zohopagesense
tarteaucitron.services.zohopagesense = { tarteaucitron.services.zohopagesense = {
"key": "zohopagesense", "key": "zohopagesense",