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 b21c5f0 commit ce690bdCopy full SHA for ce690bd
_includes/my-head.html
@@ -2,6 +2,15 @@
2
Code used for embedding Gumroad on the Hydejack Site.
3
Left here for reference, feel free to delete.
4
-->
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>
14
<link rel="dns-prefetch" href="https://assets.gumroad.com">
15
<script>window.GET_CLAPS_API = 'https://worker.getclaps.dev'</script>
16
<script type="module">
0 commit comments