Skip to content

Commit bf054a4

Browse files
authored
Merge pull request #312 from loricooperhdf/master
Google Analytics corrections
2 parents 28d9fca + 2cc06e7 commit bf054a4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_includes/google-analytics.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!-- Google tag (gtag.js) -->
2-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XQWF3YLCRQ"></script>
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E2EMFRR65V"></script>
33
<script>
44
window.dataLayer = window.dataLayer || [];
55
function gtag(){dataLayer.push(arguments);}
66
gtag('js', new Date());
77

8-
gtag('config', 'G-XQWF3YLCRQ');
8+
gtag('config', 'G-E2EMFRR65V');
99
</script>

_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

9+
{% include google-analytics.html %}
10+
911
{% seo %}
1012

1113
<link rel="stylesheet" href="/assets/css/style.css">

0 commit comments

Comments
 (0)