Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
SOLVED

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 Accepted Solution

Avatar

Correct answer by
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 Replies

Avatar

Correct answer by
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...