Skip to content

Commit 67d0384

Browse files
committed
Add analytics to examples page
1 parent a5f2272 commit 67d0384

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/src/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
1111
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto">
1212
<link rel="stylesheet" href="style.css">
13+
<!-- Global site tag (gtag.js) - Google Analytics -->
14+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133457161-1"></script>
15+
<script>
16+
window.dataLayer = window.dataLayer || [];
17+
function gtag(){dataLayer.push(arguments);}
18+
gtag('js', new Date());
19+
20+
gtag('config', 'UA-133457161-1');
21+
</script>
1322
</head>
1423
<body>
1524
<section class="page-header">

0 commit comments

Comments
 (0)