Compare commits
2 Commits
1fd037236c
...
4e01f681d5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e01f681d5 | ||
|
|
ce4effba47 |
@ -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>
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user