add Google tag

This commit is contained in:
Abi Raja 2024-07-22 12:17:34 -04:00
parent 138cc1f1a5
commit 1b22c1ab14

View File

@ -16,6 +16,21 @@
<!-- Injected code for hosted version --> <!-- Injected code for hosted version -->
<%- injectHead %> <%- injectHead %>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=AW-16649848443"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "AW-16649848443");
</script>
<title>Screenshot to Code</title> <title>Screenshot to Code</title>
<!-- Open Graph Meta Tags --> <!-- Open Graph Meta Tags -->