You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2022/02/15 06:25:40 UTC

[echarts-handbook] branch master updated: chore: add GA

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new 53d90d2  chore: add GA
53d90d2 is described below

commit 53d90d2c74a48314e5c1bac652df87c41d3124b0
Author: Ovilia <zw...@gmail.com>
AuthorDate: Tue Feb 15 14:25:29 2022 +0800

    chore: add GA
---
 app.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/app.html b/app.html
index d20ce53..8d3c6c6 100644
--- a/app.html
+++ b/app.html
@@ -28,6 +28,7 @@
       type="text/javascript"
       src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"
     ></script>
+    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-141228404-1"></script>
     <script>
       var _hmt = _hmt || []
       ;(function() {
@@ -38,6 +39,11 @@
         var s = document.getElementsByTagName('script')[0]
         s.parentNode.insertBefore(hm, s)
       })()
+
+      window.dataLayer = window.dataLayer || [];
+      function gtag(){dataLayer.push(arguments);}
+      gtag('js', new Date());
+      gtag('config', 'UA-141228404-1');
     </script>
   </body>
 </html>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org