diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index d4ff43f407..3b6416bd97 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -6,6 +6,8 @@ import localFont from 'next/font/local'; import { Footer } from 'apps/web/src/components/Layout/Footer/Footer'; import DatadogInit from 'apps/web/app/datadog'; +const GOOGLE_ANALYTICS_ID = 'G-D1QGEV3B07'; + const coinbaseDisplay = localFont({ src: [ { @@ -88,6 +90,22 @@ export default async function RootLayout({ children }: { children: React.ReactNo name="google-site-verification" content="lqwNRCxYlFLIcX9EiKAvE4k4ZT8JGpdWgehEIPA7y1Y" /> +