diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 01e3323..f139712 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -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 tarteaucitron.services.zohopagesense = { "key": "zohopagesense",