Skip to content

Commit

Permalink
added GA tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Wagih authored and Omar Wagih committed Nov 16, 2015
1 parent 9c1a63f commit db277f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@

<style>
</style>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-39148235-9', 'auto');
ga('send', 'pageview');

</script>
</head>

<body>
Expand Down

0 comments on commit db277f8

Please sign in to comment.