mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
updating the analytics tag
This commit is contained in:
parent
75867ff789
commit
a64c099d3f
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ export default function RootLayout({
|
|||
<body className="antialiased">
|
||||
{/* Google tag (gtag.js) */}
|
||||
<Script
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-6J5LQH3Q9G"
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-ML7B1X9HY2"
|
||||
strategy="afterInteractive"
|
||||
/>
|
||||
<Script id="google-analytics" strategy="afterInteractive">
|
||||
|
|
@ -28,7 +28,7 @@ export default function RootLayout({
|
|||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-6J5LQH3Q9G');
|
||||
gtag('config', 'G-ML7B1X9HY2');
|
||||
`}
|
||||
</Script>
|
||||
<ConditionalLayout>{children}</ConditionalLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue