This is an automated email from the ASF dual-hosted git repository.
yaniv pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-amaterasu-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 700f20b added analytics
700f20b is described below
commit 700f20b32299a183c3b58163adb270a172c00c4e
Author: Yaniv Rodenski <[email protected]>
AuthorDate: Fri Sep 29 00:01:50 2017 +1000
added analytics
---
index.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 08a83b1..80c47a1 100644
--- a/index.html
+++ b/index.html
@@ -31,6 +31,15 @@
<script
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
+<!-- Global Site Tag (gtag.js) - Google Analytics -->
+ <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-84742341-2"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments)};
+ gtag('js', new Date());
+
+ gtag('config', 'UA-84742341-2');
+ </script>
</head>
@@ -261,4 +270,4 @@
</body>
-</html>
\ No newline at end of file
+</html>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].