We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc53e8 commit 5246ceeCopy full SHA for 5246cee
1 file changed
app/layout.tsx
@@ -29,6 +29,19 @@ export default function RootLayout({
29
crossOrigin="anonymous"
30
data-ad-client="ca-pub-4845852016760480"
31
/>
32
+ <Script
33
+ async
34
+ src="https://www.googletagmanager.com/gtag/js?id=G-KQYDN19HGC"
35
+ strategy="afterInteractive"
36
+ />
37
+ <Script id="google-analytics" strategy="afterInteractive">
38
+ {`
39
+ window.dataLayer = window.dataLayer || [];
40
+ function gtag(){dataLayer.push(arguments);}
41
+ gtag('js', new Date());
42
+ gtag('config', 'G-KQYDN19HGC');
43
+ `}
44
+ </Script>
45
<link
46
rel="alternate"
47
type="application/rss+xml"
0 commit comments