コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Migration Launch

Avatar

Level 1

Hi Team,

 

We are doing Migration from DTM to Launch for one of portal and interestingly we are getting dataLayer is undefined error with Launch scripts and same is working with DTM scripts (entire set up was same and no change from DTM to Launch code, all library code && data elements && direct call rules are same).

 

Can any one please explain us is there any thing that we are missing and why exactly issue coming in Launch not in DTM for the same code snippets.

 

Regards

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

This will require looking at the DTM rules and data elements. I will advise reaching out to Customer Care to troubleshoot the issue.

元の投稿で解決策を見る

3 返信

Avatar

正解者
Employee Advisor

This will require looking at the DTM rules and data elements. I will advise reaching out to Customer Care to troubleshoot the issue.

Avatar

Level 2

Do you deploy Launch asynchronously or synchronously? It sounds like you are running into a race condition where the Launch rule executes before the data layer is ready. 

 

Ideally, your data layer code is populated in the <head>, above the Launch script. If that's not feasible and your data layer code is written in the <body> below your Launch script, you need to fire your page view rule at least "DOM Ready". 

 

Screen Shot 2020-07-30 at 9.10.46 PM.png

Avatar

Level 1
@ The second method is already tried with keeping DOM ready but not working...