Add Adobe Workspace Fix #1076
This commit is contained in:
parent
780083d143
commit
9a6393b8dc
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue