Merge pull request 'feat: add google analytics script' (#11) from vi into main
Reviewed-on: #11
This commit is contained in:
commit
64e2852698
|
|
@ -68,6 +68,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>
|
||||
|
||||
<style>
|
||||
/* ============ ABOUT US PAGE ============ */
|
||||
body {
|
||||
|
|
|
|||
14
index.html
14
index.html
|
|
@ -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>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,20 @@
|
|||
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>
|
||||
body {
|
||||
background: #f6f7f9 !important;
|
||||
|
|
|
|||
|
|
@ -39,6 +39,20 @@
|
|||
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>
|
||||
body {
|
||||
background: #f6f7f9 !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue