We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec482a commit 78f580dCopy full SHA for 78f580d
GitHub_Portfolio.html
@@ -177,6 +177,18 @@
177
}
178
</style>
179
</head>
180
+
181
+ <!-- Google tag (gtag.js) -->
182
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-NNHPM3N7SY"></script>
183
+<script>
184
+ window.dataLayer = window.dataLayer || [];
185
+ function gtag(){dataLayer.push(arguments);}
186
+ gtag('js', new Date());
187
188
+ gtag('config', 'G-NNHPM3N7SY');
189
+</script>
190
191
192
<body>
193
194
<header>
0 commit comments