We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0989d commit e02b38aCopy full SHA for e02b38a
1 file changed
index.html
@@ -21,6 +21,15 @@
21
<!DOCTYPE html>
22
<html lang="en">
23
<head>
24
+ <!-- Google tag (gtag.js) -->
25
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-6720Q3EJ5S"></script>
26
+ <script>
27
+ window.dataLayer = window.dataLayer || [];
28
+ function gtag(){dataLayer.push(arguments);}
29
+ gtag('js', new Date());
30
+
31
+ gtag('config', 'G-6720Q3EJ5S');
32
+ </script>
33
<meta charset="UTF-8">
34
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
35
<title>Ruchit Modi</title>
0 commit comments