All,
Is there a way to have AEM(6.5.5) authored experiences load successfully using asynchronous deployment of at js 2.3.0 using Tealium as a DTM? We managed to have synchronous deployment of at js with aem authored experiences.
Asynchronous deployment of at js just worked well with VEC(Adobe Target) authored experiences
Regards,
Views
Replies
Total Likes
@nicolec5631060 there's a way to implement customisation to ensure client libraries could enable async, https://github.com/nateyolles/aem-clientlib-async.
Currently how are you including Tealium as a DTM to your webpage?
From my knowledge, a DTM script is nothing but a CDN absolute path, you can easily insert this block of code, within the <head>,
<script src="https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver" async></script>
@BrianKasingli The at js script is loaded on the page using tealium asynchronously is what i meant. Doing this the aem authored experiences do not work while adobe target/VEC authored experiences work
Views
Replies
Total Likes
Views
Likes
Replies