Skip to content

Commit df6465e

Browse files
committed
add gtag
1 parent ed50098 commit df6465e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/index.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
* CoreUI - Free Angular Admin Template
3-
* @version v2.0.0-beta.0
3+
* @version v2.0.0
44
* @link https://coreui.io/angular/
55
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)
@@ -17,6 +17,17 @@
1717
<meta name="keyword" content="Bootstrap,Admin,Template,Free,Angular,Dashboard,Typescript">
1818
<link rel="shortcut icon" href="assets/favicon.ico">
1919
<title>CoreUI - Free Angular Admin Template</title>
20+
<!-- Global site tag (gtag.js) - Google Analytics -->
21+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
22+
<script>
23+
window.dataLayer = window.dataLayer || [];
24+
function gtag(){dataLayer.push(arguments);}
25+
gtag('js', new Date());
26+
// Shared ID
27+
gtag('config', 'UA-118965717-3');
28+
// Angular ID
29+
gtag('config', 'UA-118965717-4');
30+
</script>
2031
</head>
2132
<body class="app">
2233
<!-- App Loading... -->

0 commit comments

Comments
 (0)