Skip to content

Commit ce690bd

Browse files
authored
Update my-head.html
1 parent b21c5f0 commit ce690bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_includes/my-head.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Code used for embedding Gumroad on the Hydejack Site.
33
Left here for reference, feel free to delete.
44
-->
5+
<!-- Google tag (gtag.js) -->
6+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HHSE64ESXS"></script>
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag(){dataLayer.push(arguments);}
10+
gtag('js', new Date());
11+
12+
gtag('config', 'G-HHSE64ESXS');
13+
</script>
514
<link rel="dns-prefetch" href="https://assets.gumroad.com">
615
<script>window.GET_CLAPS_API = 'https://worker.getclaps.dev'</script>
716
<script type="module">

0 commit comments

Comments
 (0)