Microsoft IE 11 DTM/AA Extensions | Community
Skip to main content
Roshanchauhan
Level 3
October 10, 2018
Solved

Microsoft IE 11 DTM/AA Extensions

  • October 10, 2018
  • 1 reply
  • 1971 views

Hi,

In AA reports IE11 browser unique visitors gets down since we triggered few events through DTM. I Have not found any working DTM/AA debugger extensions for IE11 browser.

Can anyone suggest the extensions and solutions why traffic gets down on IE11 browser.

Thanks!

Roshan

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 Roshanchauhan

Fixed the Issue!

I follow below steps to debug the DTM/AA on IE11.

1.Open you page and open a console

2.Type in _satellite.settings.isStaging : this should return true if the staging library is set else false

3.If false input the following : localStorage.setItem('sdsat_stagingLibrary', true);

4.Reload the page and then use the same command as in #2 , it should return true

5.Last step is to enable DTM debug mode to see what is fired : _satellite.setDebug('true'); and RELOAD the page

That is all that you need to do.

1 reply

Roshanchauhan
RoshanchauhanAuthorAccepted solution
Level 3
October 11, 2018

Fixed the Issue!

I follow below steps to debug the DTM/AA on IE11.

1.Open you page and open a console

2.Type in _satellite.settings.isStaging : this should return true if the staging library is set else false

3.If false input the following : localStorage.setItem('sdsat_stagingLibrary', true);

4.Reload the page and then use the same command as in #2 , it should return true

5.Last step is to enable DTM debug mode to see what is fired : _satellite.setDebug('true'); and RELOAD the page

That is all that you need to do.