Expand my Community achievements bar.

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