Skip to content

Commit 53786fc

Browse files
Activate Google Analytics with Measurement ID: G-1QB54ZRCS5
1 parent af248be commit 53786fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ export default function RootLayout({ children }: RootLayoutProps) {
8181
/>
8282
{/* Google Analytics 4 */}
8383
<Script
84-
src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"
84+
src="https://www.googletagmanager.com/gtag/js?id=G-1QB54ZRCS5"
8585
strategy="afterInteractive"
8686
/>
8787
<Script id="google-analytics" strategy="afterInteractive">
8888
{`
8989
window.dataLayer = window.dataLayer || [];
9090
function gtag(){dataLayer.push(arguments);}
9191
gtag('js', new Date());
92-
gtag('config', 'G-XXXXXXXXXX');
92+
gtag('config', 'G-1QB54ZRCS5');
9393
`}
9494
</Script>
9595
</head>

0 commit comments

Comments
 (0)