chore: move register ga to signin page (#2233)

This commit is contained in:
Joel
2024-01-26 15:50:14 +08:00
committed by GitHub
parent 99e80a8ed0
commit 9730297381
2 changed files with 19 additions and 17 deletions

View File

@@ -38,23 +38,6 @@ gtag('config', '${gaIdMaps[gaType]}');
}}
>
</Script>
{gaType === GaType.admin && (
<>
<Script strategy="beforeInteractive" async src={'https://www.googletagmanager.com/gtag/js?id=AW-11217955271"}'}></Script>
<Script
id="ga-monitor-register"
dangerouslySetInnerHTML={{
__html: `
window.dataLayer2 = window.dataLayer2 || [];
function gtag(){dataLayer2.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-11217955271"');
`,
}}
>
</Script>
</>
)}
</>
)