Skip to content

Commit 9cb5f5d

Browse files
[setup](build): Google Analytics
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 368c1d9 commit 9cb5f5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/google-analytics.html

Lines changed: 3 additions & 3 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-TS8J63Y6Q9"></script>
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-85H5KTD9CM"></script>
33
<script>
44
window.dataLayer = window.dataLayer || [];
55
function gtag(){dataLayer.push(arguments);}
66
gtag('js', new Date());
77

8-
gtag('config', 'G-TS8J63Y6Q9');
9-
</script>
8+
gtag('config', 'G-85H5KTD9CM');
9+
</script>

0 commit comments

Comments
 (0)