We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e5f0a commit 2cbbe5aCopy full SHA for 2cbbe5a
public/index.html
@@ -6,6 +6,16 @@
6
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
8
<title>CoreUI - Vue Open Source Bootstrap Admin Template</title>
9
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
10
+ <script>
11
+ window.dataLayer = window.dataLayer || [];
12
+ function gtag(){dataLayer.push(arguments);}
13
+ gtag('js', new Date());
14
+ // Shared ID
15
+ gtag('config', 'UA-118965717-3');
16
+ // Vue.js ID
17
+ gtag('config', 'UA-118965717-7');
18
+ </script>
19
</head>
20
21
<!-- BODY options, add following classes to body to change options
0 commit comments