We have the devs implemented the one trust script in the source code as they are worried that it could be blocked because of adblocker i.e below script
<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="INSERT DATA DOMAIN ID FOR DOMAIN HERE" ></script><script type="text/javascript">
function OptanonWrapper() { }
</script>
<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="INSERT DATA DOMAIN ID FOR DOMAIN HERE" ></script><script type="text/javascript">
function OptanonWrapper() { }
</script>
Now, my question is I have the oneTrust extension implemented through Adobe Launch. We have opt-in meaning all the cookies are blocked from get go and only essential cookies fire. What settings do I need to do for firing Adobe Analytics as I understand, all the logic is handled in OneTrust admin settings. Not sure what to implement it in Adobe Launch for OneTrust.
Solved! Go to Solution.
Views
Replies
Total Likes
@xcode2295You need to set up ECID extension and write custom code based on your scenario to control cookies in Adobe Launch.
@xcode2295You need to set up ECID extension and write custom code based on your scenario to control cookies in Adobe Launch.
Just to add to this re the comment about the AdBlocker... while it's possible that the script could be blocked it seems unlikely.. The rules to block scripts are designed to prevent tracking from happening / setting cookies... I'm not sure what benefit anyone would get by blocking the "allow me to opt-out" script... that would seem counter-productive.....
But yes, there is Opt-In/Out integrations through the ECID extension.
Views
Replies
Total Likes