Skip to content

Commit b1a1567

Browse files
committed
Added GA Script
1 parent bb33dfd commit b1a1567

File tree

5 files changed

+45
-0
lines changed

5 files changed

+45
-0
lines changed

404.html

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K4V019LBDC"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-K4V019LBDC');
12+
</script>
413
<meta charset="utf-8">
514
<meta http-equiv="X-UA-Compatible" content="IE=edge">
615
<meta name="viewport" content="width=device-width, initial-scale=1">

download.html

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE HTML>
22
<html>
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K4V019LBDC"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-K4V019LBDC');
12+
</script>
413
<!-- Primary Meta Tags -->
514
<title>Archcraft : Download</title>
615
<meta name="title" content="Archcraft : Download">

flavors.html.bak

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE HTML>
22
<html>
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K4V019LBDC"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-K4V019LBDC');
12+
</script>
413
<!-- Primary Meta Tags -->
514
<title>Archcraft : Flavors</title>
615
<meta name="title" content="Archcraft : Flavors">

more.html

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE HTML>
22
<html>
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K4V019LBDC"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-K4V019LBDC');
12+
</script>
413
<!-- Primary Meta Tags -->
514
<title>Archcraft : More</title>
615
<meta name="title" content="Archcraft : More">

premium.html

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE HTML>
22
<html>
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K4V019LBDC"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-K4V019LBDC');
12+
</script>
413
<!-- Primary Meta Tags -->
514
<title>Archcraft : Premium</title>
615
<meta name="title" content="Archcraft : Premium">

0 commit comments

Comments
 (0)