Skip to content

Commit 965a6ec

Browse files
enable analytics
1 parent e3bf18d commit 965a6ec

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
<html lang="en">
33

44
<head>
5+
6+
<!-- Google tag (gtag.js) -->
7+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XD9VD9JL4D"></script>
8+
<script>
9+
window.dataLayer = window.dataLayer || [];
10+
function gtag(){dataLayer.push(arguments);}
11+
gtag('js', new Date());
12+
13+
gtag('config', 'G-XD9VD9JL4D');
14+
</script>
15+
516
<meta charset="utf-8" />
617
<title>ProvenanceWidgets | Homepage</title>
718
<base href="/" />

0 commit comments

Comments
 (0)