Skip to content

Instantly share code, notes, and snippets.

@LiorB-D
Created March 16, 2022 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LiorB-D/6584fbc8a70c76b8e4b4ce1d76ad35e5 to your computer and use it in GitHub Desktop.
Save LiorB-D/6584fbc8a70c76b8e4b4ce1d76ad35e5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Test Site</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QKXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QKXXXXXX);
</script>
</head>
<body>
<div align="center">
<h1>Hello This Is A Test Site</h1>
<p>Testing Google Analytics</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment