diff options
author | Sashi20 | 2018-09-07 16:12:35 +0530 |
---|---|---|
committer | Sashi20 | 2018-09-07 16:12:35 +0530 |
commit | 2c0feb051313c34842dea52d564c4671f49ae668 (patch) | |
tree | fe09c0feb36117c8bcd87ce72393e2d532356d1a /static/website/templates/header.html | |
parent | 0d2e0f5384be0e3b20a8cdcff30ea16cb632841a (diff) | |
download | nccps-2018-2c0feb051313c34842dea52d564c4671f49ae668.tar.gz nccps-2018-2c0feb051313c34842dea52d564c4671f49ae668.tar.bz2 nccps-2018-2c0feb051313c34842dea52d564c4671f49ae668.zip |
Added google analytics and changed paper submission start date
Diffstat (limited to 'static/website/templates/header.html')
-rw-r--r-- | static/website/templates/header.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/website/templates/header.html b/static/website/templates/header.html index f9d9c53..9ac59e0 100644 --- a/static/website/templates/header.html +++ b/static/website/templates/header.html @@ -31,6 +31,15 @@ jQuery(document).ready(function($){ }); </script> +<!-- Global site tag (gtag.js) - Google Analytics --> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-82999923-8"></script> +<script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + + gtag('config', 'UA-82999923-8'); +</script> </head> {% endblock %} |