Skip to content

Commit a3a0fe4

Browse files
added Google tag to all pages
1 parent 92f0a39 commit a3a0fe4

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

build/index.html

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

44
<head>
5+
<!-- Google tag (gtag.js) -->
6+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N9QQNY3SR2"></script>
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag() { dataLayer.push(arguments); }
10+
gtag('js', new Date());
11+
12+
gtag('config', 'G-N9QQNY3SR2');
13+
</script>
514
<meta charset="UTF-8">
615
<meta name="viewport" content="width=device-width, initial-scale=1.0">
716
<meta http-equiv="X-UA-Compatible" content="ie=edge">

contact/index.html

Lines changed: 9 additions & 0 deletions
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-N9QQNY3SR2"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag() { dataLayer.push(arguments); }
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-N9QQNY3SR2');
12+
</script>
413
<meta charset="UTF-8">
514
<meta name="viewport" content="width=device-width, initial-scale=1.0">
615
<meta http-equiv="X-UA-Compatible" content="ie=edge">

docs/index.html

Lines changed: 9 additions & 0 deletions
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-N9QQNY3SR2"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag() { dataLayer.push(arguments); }
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-N9QQNY3SR2');
12+
</script>
413
<meta charset="UTF-8">
514
<meta name="viewport" content="width=device-width, initial-scale=1.0">
615
<meta http-equiv="X-UA-Compatible" content="ie=edge">

index.html

Lines changed: 9 additions & 0 deletions
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-N9QQNY3SR2"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag() { dataLayer.push(arguments); }
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-N9QQNY3SR2');
12+
</script>
413
<meta charset="UTF-8">
514
<meta name="viewport" content="width=device-width, initial-scale=1.0">
615
<meta http-equiv="X-UA-Compatible" content="ie=edge">

0 commit comments

Comments
 (0)