Can Both DTM and Launch Be On A Site? | Community
Skip to main content
sharonkim12
Level 2
July 24, 2018
Solved

Can Both DTM and Launch Be On A Site?

  • July 24, 2018
  • 5 replies
  • 5949 views

There is DTM being used on a site. Could Launch also be on the site at the same time? And would data collected from Launch go into a separate report suite?

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 bbythewa

No, you can't use DTM and Launch on the same page. 

Both DTM and Launch use the global variable window._satellite.  So, whichever library loaded last would overwrite the other and things would break.

5 replies

Hyder_Ziaee
Adobe Employee
Adobe Employee
July 25, 2018

You could do it, and data would g where you point it.

But not a great idea to put any two tag managers on the same page. It may interfere with each other and cause problems

bbythewaAdobe EmployeeAccepted solution
Adobe Employee
July 25, 2018

No, you can't use DTM and Launch on the same page. 

Both DTM and Launch use the global variable window._satellite.  So, whichever library loaded last would overwrite the other and things would break.

vijayaveenab130
Level 2
June 26, 2019

Hi,

If I use DTM to send data to report suite A and launch to send data to report suite B, how would it overwrite values if its sending data to two different report suites. would it still cause problem?

Level 6
June 26, 2019

As Ben mentioned both DTM and Launch use the _satellite object so the script that is loaded last will overwrite this object and thus also overwrite the settings like report suite.

vijayaveenab130
Level 2
June 26, 2019

Would it overwrite even if I use two different tracking variables?