Try adjusting analytics script.
This commit is contained in:
parent
7477f8eb7d
commit
13769a70aa
|
@ -1,20 +1,13 @@
|
||||||
<meta charset=utf-8>
|
<meta charset=utf-8>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title> Justin Hsu </title>
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link href='https://fonts.googleapis.com/css?family=Roboto:500,300,300italic'
|
|
||||||
rel='stylesheet' type='text/css'>
|
|
||||||
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet'
|
|
||||||
type='text/css'>
|
|
||||||
|
|
||||||
<!-- Global Site Tag (gtag.js) - Google Analytics -->
|
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-33267683-1"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-33267683-1"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments)};
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
|
|
||||||
gtag('config', 'UA-33267683-1');
|
gtag('config', 'UA-33267683-1');
|
||||||
|
|
||||||
var trackLink = function(label,url) {
|
var trackLink = function(label,url) {
|
||||||
|
@ -27,6 +20,15 @@ var trackLink = function(label,url) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<title> Justin Hsu </title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Roboto:500,300,300italic'
|
||||||
|
rel='stylesheet' type='text/css'>
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet'
|
||||||
|
type='text/css'>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue