Adobe launch Async javascript differing | Community
Skip to main content
pradeep_07
Level 4
July 23, 2020
Question

Adobe launch Async javascript differing

  • July 23, 2020
  • 1 reply
  • 2017 views

Hi ,

We have an issue in the site where Analytics launch code  is blocking first paint of the page.

1. Can we add defer attribute to load below scripts after page HTML parsing?

2. And also , Can Adobe launch Async called at the bottom of the page?

 

Please suggest.

 

Thanks,

 

Pradeep

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

1 reply

Andrey_Osadchuk
Level 10
July 24, 2020

Pradeep, are you using an async version of the Launch library? If not, just add async, but do not add defer as it will not work.

August 9, 2022

hi @andrey_osadchuk  if we add async, but if try to track events before script is loaded, the data will be loss right ?