0

We put a function from the GTM dataLayer.push() to our web application written in ASP.NET to get specific data when user trigger the send button in the form. Everything works fine. GTM always detected events and values from users using Chrome, Edge, Firefox and IE11 (ver. 11.615.xxx). The main problem is that when we try to send form from the Internet Explorer 11 (different ver. than 11.615.xxx, older), it doesnt detect active user or even events with values. Is that a problem with versions of IE11 or something else?

4
  • 1
    (disclaimer I don't know google analytics) Could you explain the problem in more detail? ATM I'm not sure if there is enough information to resolve your problem. Thanks! Commented Jul 16, 2019 at 22:24
  • Check if there is any error or warning message in console of IE. You said that it is working in IE11(ver.11.615.x) but not working in older version, so both machines are in same network? If not, is there any difference in their configuration or settings? If yes, than try to make similar setting and make a test. If it is working with newer version than it is advisable to use the latest version of IE. If above steps not helps to solve the issue than kindly try to provide any sample code with detailed steps to test the issue. Also ask here support.google.com/tagmanager/community?hl=en Commented Jul 17, 2019 at 1:39
  • The machines are in the same network. I compared all setttings, plugins and registry files. nonthing suspicious.
    – Vitas01
    Commented Jul 17, 2019 at 5:38
  • For testing purpose, try to update IE with the same version which is working on other machine to check whether it starts work or not may help to narrow down the issue. Commented Jul 17, 2019 at 7:27

0