Skip to content

Commit 58bda5d

Browse files
committed
add gtag function
1 parent 20cdf6d commit 58bda5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/projects/businessgate/src/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
3838
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
3939
})(window,document,'script','dataLayer','GTM-P448WZ2N');
40+
window.dataLayer = window.dataLayer || [];
41+
function gtag(){dataLayer.push(arguments);}
4042
</script>
4143
<!-- End Google Tag Manager -->
4244

0 commit comments

Comments
 (0)