diff --git a/app/layout.tsx b/app/layout.tsx index 2f39ee5..5c348da 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,7 +5,10 @@ import { Toaster } from "react-hot-toast"; import LayoutClient from "./layout-client"; import { Providers } from "./providers"; +// Google Analytics 4 const GA_TRACKING_ID = "G-E272LVVQRD"; +// Google Tag Manager +const GTM_ID = "GTM-WN8H6RTC"; export const metadata: Metadata = { metadataBase: new URL(process.env.NEXT_PUBLIC_FRONTEND_URL || 'https://dsp5-archi-o24a-15m-g3.fr'), @@ -42,6 +45,22 @@ export default function RootLayout({ children }: { children: React.ReactNode }) return (
+ {/* Google Tag Manager */} + + {/* Google Analytics 4 */}