Skip to content

Instantly share code, notes, and snippets.

@lexifdev
Created May 18, 2016 10:57
Show Gist options
  • Save lexifdev/5075acd9c17a7d00cc8687d73756a028 to your computer and use it in GitHub Desktop.
Save lexifdev/5075acd9c17a7d00cc8687d73756a028 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head></head>
<body>
<script src="//www.google-analytics.com/analytics.js"></script>
<script>
if (ga) {
ga('create', '########ID#######', 'auto');
ga('send', 'pageview');
}
window.location.replace('######DOMAIN#####');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment