Skip to content

Commit 0eba290

Browse files
committed
feat: integrate Google Tag Manager for enhanced tracking
- Added GoogleTagManager component with GTM ID for improved analytics capabilities.
1 parent 53a6f07 commit 0eba290

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/website/app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { GoogleAnalytics } from "@next/third-parties/google";
1+
import { GoogleAnalytics, GoogleTagManager } from "@next/third-parties/google";
22
import clsx from "clsx";
33
import type { Metadata } from "next";
44
import { Inter, Lexend } from "next/font/google";
@@ -59,6 +59,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
5959
lexend.variable,
6060
)}
6161
>
62+
<GoogleTagManager gtmId="GTM-PWBFB2V2" />
6263
<head>
6364
<script
6465
type="text/javascript"

0 commit comments

Comments
 (0)