Adobe launch Async javascript differing | Adobe Higher Education
Skip to main content
pradeep_07
Level 4
July 23, 2020
質問

Adobe launch Async javascript differing

  • July 23, 2020
  • 2 の返信
  • 2052 ビュー

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

このトピックへの返信は締め切られました。

2 の返信

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 ?