OneTrust implementation question
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.
