BeCollegeReady

Add google analytics

7/31/2018 11:53:11 AM

Changes

index.html 9(+9 -0)

Details

index.html 9(+9 -0)

diff --git a/index.html b/index.html
index 6342bfe..fde3c20 100644
--- a/index.html
+++ b/index.html
@@ -123,5 +123,14 @@
             });
         });
     </script>
+    <!-- Global site tag (gtag.js) - Google Analytics -->
+    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-123168632-1"></script>
+    <script>
+      window.dataLayer = window.dataLayer || [];
+      function gtag(){dataLayer.push(arguments);}
+      gtag('js', new Date());
+
+      gtag('config', 'UA-123168632-1');
+    </script>
 </body>
 </html>