Skip to content

Commit 9119e36

Browse files
committed
analytics
1 parent 11db2f8 commit 9119e36

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script
6+
async
7+
src="https://www.googletagmanager.com/gtag/js?id=G-BE94J4G6KM"
8+
></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag() {
12+
dataLayer.push(arguments);
13+
}
14+
gtag('js', new Date());
15+
16+
gtag('config', 'G-BE94J4G6KM');
17+
</script>
418
<meta charset="UTF-8" />
519
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
620
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

0 commit comments

Comments
 (0)