Skip to content

Commit 2beb3e0

Browse files
committed
added Google Tag
1 parent 4a45c31 commit 2beb3e0

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

index.html

+9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
<link rel="stylesheet" href="/css/style.css">
2222
</head>
2323

24+
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16572194743"></script>
25+
<script>
26+
window.dataLayer = window.dataLayer || [];
27+
function gtag(){dataLayer.push(arguments);}
28+
gtag('js', new Date());
29+
30+
gtag('config', 'AW-16572194743');
31+
</script>
32+
2433
<body class="sync-pending gog-pending release no-nodes">
2534
<h1 class="no-video"><span class="dev">DEV MODE -</span> Play in your browser <span id="network"></span>
2635
<noscript><h1>Cloud gaming requires JavaScript</h1></noscript>

my.html

+9
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@
3838
<script src="js/insights-log.js"></script>
3939
</head>
4040

41+
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16572194743"></script>
42+
<script>
43+
window.dataLayer = window.dataLayer || [];
44+
function gtag(){dataLayer.push(arguments);}
45+
gtag('js', new Date());
46+
47+
gtag('config', 'AW-16572194743');
48+
</script>
49+
4150
<body style="text-align: center; background: #1e1e1e; color: #cedada;">
4251
<noscript><h1>Cloud gaming requires JavaScript</h1></noscript>
4352
<div class="video-container">

setup.html

+10
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@
2727
}
2828
</style>
2929
</head>
30+
31+
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16572194743"></script>
32+
<script>
33+
window.dataLayer = window.dataLayer || [];
34+
function gtag(){dataLayer.push(arguments);}
35+
gtag('js', new Date());
36+
37+
gtag('config', 'AW-16572194743');
38+
</script>
39+
3040
<body class="setup" style="background: #101010">
3141
<div class="content">
3242
<h1>How to setup Borg node?</h1>

0 commit comments

Comments
 (0)