Skip to content

Commit d0d85f5

Browse files
Added Google Analytics Code ➕
1 parent 0fcac75 commit d0d85f5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
<title>Simple Calculator Harsh Trivedi</title>
99
<link rel="stylesheet" href="style.css">
1010
<link href="https://fonts.googleapis.com/css?family=Fjalla+One&display=swap" rel="stylesheet">
11+
<!-- Global site tag (gtag.js) - Google Analytics -->
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-70447982-5"></script>
13+
<script>
14+
window.dataLayer = window.dataLayer || [];
15+
function gtag(){dataLayer.push(arguments);}
16+
gtag('js', new Date());
17+
18+
gtag('config', 'UA-70447982-5');
19+
</script>
20+
1121
<!-- Common Tags -->
1222
<meta content='#171825' name='theme-color' />
1323

0 commit comments

Comments
 (0)