Skip to content

Commit 947ed42

Browse files
committed
Added GA for analytics
1 parent aced170 commit 947ed42

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: index.html

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
66
<link rel="icon" href="https://vuejs.org/images/logo.png" type="image/png">
77
<title>Vue Tiny Pagination</title>
8+
<!-- Global site tag (gtag.js) - Google Analytics -->
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-60687969-1"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
function gtag(){dataLayer.push(arguments);}
13+
gtag('js', new Date());
14+
gtag('config', 'UA-60687969-1');
15+
</script>
816
</head>
917
<body>
1018
<div id="app"></div>

0 commit comments

Comments
 (0)