AEM(6.5.5) authored experiences & Tealium DTM with Asynchronous at js(2.3.0) | Community
Skip to main content
Level 2
August 4, 2020
Question

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

  • August 4, 2020
  • 2 replies
  • 1162 views

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,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

BrianKasingli
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
August 4, 2020

@nicole_87 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>
Nicole_87Author
Level 2
August 4, 2020

@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

BrianKasingli
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
August 5, 2020
What happens when you remove the async from the request?