change gtag id
This commit is contained in:
parent
779f50ea87
commit
6bf9d67091
@ -98,14 +98,14 @@ export default async function RootLayout({
|
|||||||
></script>
|
></script>
|
||||||
|
|
||||||
{/* Google Analytics */}
|
{/* Google Analytics */}
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NML19W8SRD"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4ZK9RFLTEM"></script>
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', 'G-NML19W8SRD');
|
gtag('config', 'G-4ZK9RFLTEM');
|
||||||
`,
|
`,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user