Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

AEM(6.5.5) authored experiences & Tealium DTM with Asynchronous at js(2.3.0)

Avatar

Level 2

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,

3 Replies

Avatar

Community Advisor

@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>

Avatar

Level 2

@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

Avatar

Community Advisor
What happens when you remove the async from the request?