Migration Launch | Community
Skip to main content
July 28, 2020
Solved

Migration Launch

  • July 28, 2020
  • 3 replies
  • 1403 views

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

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

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

khurshid
Adobe Employee
khurshidAdobe EmployeeAccepted solution
Adobe Employee
July 29, 2020

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

kevalytics
Level 2
July 30, 2020

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". 

 

vijju1989Author
July 31, 2020
@ The second method is already tried with keeping DOM ready but not working...