feat: add google analytics script

This commit is contained in:
Hoang Vi 2026-06-05 13:36:45 +07:00
parent c78c23097c
commit aea0c08fa0
4 changed files with 56 additions and 0 deletions

View File

@ -68,6 +68,20 @@
} }
</script> </script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-YG35M09CR8"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-YG35M09CR8')
</script>
<style> <style>
/* ============ ABOUT US PAGE ============ */ /* ============ ABOUT US PAGE ============ */
body { body {

View File

@ -104,6 +104,20 @@
} }
] ]
} }
</script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-YG35M09CR8"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-YG35M09CR8')
</script> </script>
</head> </head>

View File

@ -42,6 +42,20 @@
rel="stylesheet" rel="stylesheet"
/> />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-YG35M09CR8"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-YG35M09CR8')
</script>
<style> <style>
body { body {
background: #f6f7f9 !important; background: #f6f7f9 !important;

View File

@ -39,6 +39,20 @@
rel="stylesheet" rel="stylesheet"
/> />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-YG35M09CR8"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-YG35M09CR8')
</script>
<style> <style>
body { body {
background: #f6f7f9 !important; background: #f6f7f9 !important;