Skip to content

Commit

Permalink
new analytics tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjasper committed Oct 18, 2018
1 parent a67c80b commit b5c453e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!doctype html>
<html lang="eng">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-6431083-24"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-6431083-25"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-6431083-25');
</script>

gtag('config', 'UA-6431083-24');
</script>

<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
Expand Down

0 comments on commit b5c453e

Please sign in to comment.