Skip to content

Commit e34d742

Browse files
committed
fix(ui): use gtag which is connected to Postgres.ai console (docs#112)
1 parent ed831be commit e34d742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/packages/platform/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
1111
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
1212
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
13-
})(window,document,'script','dataLayer','GTM-M996NJM');</script>
13+
})(window,document,'script','dataLayer','GTM-5M85JPS');</script>
1414
<!-- End Google Tag Manager -->
1515

1616
<!-- Google fonts: preconnect -->
@@ -31,7 +31,7 @@
3131
</head>
3232
<body>
3333
<!-- Google Tag Manager (noscript) -->
34-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M996NJM"
34+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5M85JPS"
3535
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
3636
<!-- End Google Tag Manager (noscript) -->
3737

0 commit comments

Comments
 (0)