Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

DTM Switch and Firefox 43+

Avatar

Level 5

Has anyone found a way to make DTM Switch work with newer versions of Firefox? It doesn't seem to work with current versions.

Ali

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hi Ali,

I am on FF v45 and I haven't been able to get it to work. Alternatively, you can use the following in the console to do the same thing: 

enable staging library in production

localStorage.setItem(‘sdsat_stagingLibrary’,true); 

enable debug mode

_satellite.setDebug(true); 

There is a cheat sheet you can download on Jim Gordon's blog here: http://jimalytics.com/tag-management/dynamic-tag-manager-dtm-cheat-sheet/

Hope this helps,

Tacia

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

Hi Ali,

I am on FF v45 and I haven't been able to get it to work. Alternatively, you can use the following in the console to do the same thing: 

enable staging library in production

localStorage.setItem(‘sdsat_stagingLibrary’,true); 

enable debug mode

_satellite.setDebug(true); 

There is a cheat sheet you can download on Jim Gordon's blog here: http://jimalytics.com/tag-management/dynamic-tag-manager-dtm-cheat-sheet/

Hope this helps,

Tacia