Compare commits

...

2 Commits

Author SHA1 Message Date
vidhya
4e01f681d5 Merge branch 'main' of https://git.metatroncube.in/rapha-rehab/Rapha-Rehab-Frontend 2026-06-24 10:30:24 +05:30
vidhya
ce4effba47 google Analytics 2026-06-24 10:29:54 +05:30

View File

@ -265,7 +265,7 @@ export default function RootLayout({ children }) {
</Script>
{/* Google Analytics */}
<Script
{/* <Script
async
src="https://www.googletagmanager.com/gtag/js?id=G-KM1KJW539N"
/>
@ -276,6 +276,21 @@ export default function RootLayout({ children }) {
gtag('js', new Date());
gtag('config', 'G-KM1KJW539N');
`}
</Script> */}
{/* Google Analytics */}
<Script
async
src="https://www.googletagmanager.com/gtag/js?id=G-DJWSZZ9G24"
/>
<Script id="google-analytics" strategy="afterInteractive">
{`
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DJWSZZ9G24');
`}
</Script>