aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-09 01:50:32 -0800
committerclarkzjw <[email protected]>2022-12-09 01:50:32 -0800
commit7c234afdedaa859d5230b9046f82c5a9c3b92e93 (patch)
treeab2f028803e5514291336f7dcf5b6c531c7ccecb
parentdcb32f92e24e9d391730ec76bcdfae5d221a8229 (diff)
downloadblog.jinwei.me-7c234afdedaa859d5230b9046f82c5a9c3b92e93.tar.gz
tracking: update GA
-rw-r--r--index.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/index.html b/index.html
index 6212d15..23c8f00 100644
--- a/index.html
+++ b/index.html
@@ -6,14 +6,17 @@
6 <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> 6 <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
7 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> 7 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
8 <link href="favicon.ico" rel="shortcut icon"> 8 <link href="favicon.ico" rel="shortcut icon">
9 <!-- Global site tag (gtag.js) - Google Analytics --> 9
10 <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z3C2284WQJ"></script> 10 <!-- Google tag (gtag.js) -->
11 <script async src="https://www.googletagmanager.com/gtag/js?id=G-FKP6LXCNGM"></script>
11 <script> 12 <script>
12 window.dataLayer = window.dataLayer || []; 13 window.dataLayer = window.dataLayer || [];
13 function gtag(){dataLayer.push(arguments);} 14 function gtag(){dataLayer.push(arguments);}
14 gtag('js', new Date()); 15 gtag('js', new Date());
15 gtag('config', 'G-Z3C2284WQJ'); 16
17 gtag('config', 'G-FKP6LXCNGM');
16 </script> 18 </script>
19
17 <style> 20 <style>
18 div.body { 21 div.body {
19 background-color: #fff; 22 background-color: #fff;
Powered by cgit v1.2.3 (git 2.41.0)