diff options
Diffstat (limited to 'learn')
-rw-r--r-- | learn/static/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/learn/static/index.html b/learn/static/index.html index 53497668f3d0..f1808e722a15 100644 --- a/learn/static/index.html +++ b/learn/static/index.html @@ -55,5 +55,15 @@ <footer class="mb-8"> <p class="text-center">Why delay? Start today.</p> </footer> + <!-- Global site tag (gtag.js) - Google Analytics --> + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-160226702-1"> + </script> + <script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + + gtag('config', 'UA-160226702-1'); + </script> </body> </html> |