This is an automated email from the ASF dual-hosted git repository.
iluo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b6522c4 Google Analytics support
b6522c4 is described below
commit b6522c43b74348276ec261042f4d8bc51d6da966
Author: beiwei30 <[email protected]>
AuthorDate: Tue Jul 3 11:41:43 2018 +0800
Google Analytics support
---
index.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/index.html b/index.html
index dd6584b..5d0c5b5 100644
--- a/index.html
+++ b/index.html
@@ -19,6 +19,16 @@
<script
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/umd/react-router-dom.min.js"></script>
<script src="./build/page.js"></script>
+
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-112489517-1"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-112489517-1');
+ </script>
</body>
</html>
\ No newline at end of file