We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14936ff commit c3d27d2Copy full SHA for c3d27d2
_includes/analytics.html
@@ -1,3 +1,9 @@
1
-<!--
2
- put your analytics (e.g. Google Analytics) tracking code here
3
--->
+<!-- Google tag (gtag.js) -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-HXKHSVRDEQ"></script>
+<script>
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+
8
+ gtag('config', 'G-HXKHSVRDEQ');
9
+</script>
hjroh.html
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
<html>
<head>
0 commit comments