diff options
author | clarkzjw <[email protected]> | 2022-12-09 01:50:32 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2022-12-09 01:50:32 -0800 |
commit | 7c234afdedaa859d5230b9046f82c5a9c3b92e93 (patch) | |
tree | ab2f028803e5514291336f7dcf5b6c531c7ccecb /index.html | |
parent | dcb32f92e24e9d391730ec76bcdfae5d221a8229 (diff) | |
download | blog.jinwei.me-7c234afdedaa859d5230b9046f82c5a9c3b92e93.tar.gz |
tracking: update GA
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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; |