Whoops accidentally swapped tags now we aint got any data
This commit is contained in:
parent
96ea6c446c
commit
4cbd28b396
@ -67,7 +67,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
|||||||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1843060382170565"
|
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1843060382170565"
|
||||||
crossOrigin="anonymous"></Script>
|
crossOrigin="anonymous"></Script>
|
||||||
<Script
|
<Script
|
||||||
src="https://www.googletagmanager.com/gtag/js?id=GTM-5GC99LSP"
|
src="https://www.googletagmanager.com/gtag/js?id=G-6SXB46RSDE"
|
||||||
strategy="afterInteractive"
|
strategy="afterInteractive"
|
||||||
/>
|
/>
|
||||||
<Script id="google-analytics" strategy="afterInteractive">
|
<Script id="google-analytics" strategy="afterInteractive">
|
||||||
@ -75,7 +75,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
|||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', 'GTM-5GC99LSP');
|
gtag('config', 'G-6SXB46RSDE');
|
||||||
`}
|
`}
|
||||||
</Script>
|
</Script>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user