You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In order to fully track specific engagement and other metrics we should add Google Tag Manager Code to the site. I don't think it's there, after reviewing the code.
Describe the solution you'd like
Paste this code as high in the of the page as possible:
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MD4RDT9X');</script>
Paste this code immediately after the opening tag:
Is your feature request related to a problem? Please describe.
In order to fully track specific engagement and other metrics we should add Google Tag Manager Code to the site. I don't think it's there, after reviewing the code.
Describe the solution you'd like
Paste this code as high in the of the page as possible:
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MD4RDT9X');</script>Paste this code immediately after the opening tag:
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MD4RDT9X" height="0" width="0" style="display:none;visibility:hidden"></iframe>
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: