Skip to content

Commit caccada

Browse files
Ryan Dolleyclaude
andcommitted
Add Google Analytics 4 tracking
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e9e5184 commit caccada

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
<meta name="twitter:card" content="summary_large_image">
1313
<title>Ryan Dolley — Analytics Industry Advisor & Author</title>
1414
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>RD</text></svg>">
15+
<!-- Google tag (gtag.js) -->
16+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-72SGSQFECL"></script>
17+
<script>
18+
window.dataLayer = window.dataLayer || [];
19+
function gtag(){dataLayer.push(arguments);}
20+
gtag('js', new Date());
21+
22+
gtag('config', 'G-72SGSQFECL');
23+
</script>
1524
<link rel="stylesheet" href="css/style.css">
1625
<link rel="preconnect" href="https://fonts.googleapis.com">
1726
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

0 commit comments

Comments
 (0)