• Resolved alexdrone

    (@alexdrone)


    Hello, I have just installed the plugin on my website and the results are great. However I am facing one major issue. My website is using Google Tag Manager for tracking events. The GTM tag is loading just fine but the events are not recorded. I’ve tried disabling the plugin and the events are working as should. Could you please advise me what can I try and do?

    Upon debugging I unchecked the Defer all the JavaScript files and the events are working now. Is there something I can try so I can still use the defer all JavaScript files ?

    • This topic was modified 4 years, 5 months ago by alexdrone.
Viewing 1 replies (of 1 total)
  • @alexdrone The defer attribute is a boolean attribute. When present, it specifies that the script is executed when the page has finished parsing. If neither async or defer is present: The script is fetched and executed immediately, before the browser continues parsing the page.

    It looks like the events requires the page to finish parsing then the events gets load.

    In this case you’ll have to keep the option unchecked in-order to load the events.

Viewing 1 replies (of 1 total)
  • The topic ‘Google Tag Manager Events not loading’ is closed to new replies.