diff options
author | clarkzjw <[email protected]> | 2017-02-10 16:39:49 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2017-02-10 16:39:49 +0800 |
commit | 21f8c35cb88de6e18d5f6ac85b2bf794c19e1e16 (patch) | |
tree | 37a0a58a6c4431c0e9d4ce72dfe7e5a814c1dd89 | |
parent | 731c198cdcc805274c3c7226696f9e02bfe09cd1 (diff) | |
download | jinwei.me-21f8c35cb88de6e18d5f6ac85b2bf794c19e1e16.tar.gz |
add google analytics
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -62,5 +62,14 @@ HjvtOX/BtjkkWe4M6xtZ2RConu+6y9RdDXi3rAGzoZRVBQvTDItP7ajTIstZdbp3 | |||
62 | -----END PGP SIGNATURE----- | 62 | -----END PGP SIGNATURE----- |
63 | </pre> | 63 | </pre> |
64 | <script src="https://cdn.clarkzjw.cn/blackout.js"></script> | 64 | <script src="https://cdn.clarkzjw.cn/blackout.js"></script> |
65 | <script> | ||
66 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
67 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
68 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
69 | })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | ||
70 | |||
71 | ga('create', 'UA-91737359-1', 'auto'); | ||
72 | ga('send', 'pageview'); | ||
73 | </script> | ||
65 | </body> | 74 | </body> |
66 | </html> | 75 | </html> |