DTM Switch and Firefox 43+ | Community
Skip to main content
AliMaleki
New Participant
March 28, 2016
Solved

DTM Switch and Firefox 43+

  • March 28, 2016
  • 1 reply
  • 960 views

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

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 taciac

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

1 reply

taciac
taciacAccepted solution
New Participant
March 28, 2016

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