Skip to content

Commit

Permalink
Merge pull request #12 from thecoding-society/analytics
Browse files Browse the repository at this point in the history
added google analytics
  • Loading branch information
aviiciii authored Jun 22, 2023
2 parents a80241d + 44ec0ff commit 7196a32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
<html lang="en">

<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VZ6L07FFSH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VZ6L07FFSH');
</script>

<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">

Expand Down
5 changes: 4 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,7 @@
})
});

})()
})()



0 comments on commit 7196a32

Please sign in to comment.