Skip to content

Commit

Permalink
add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineCox authored May 24, 2023
1 parent 774877c commit ca084db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
20 changes: 0 additions & 20 deletions GA_Script.Rhtml

This file was deleted.

10 changes: 10 additions & 0 deletions GA_Script.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

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

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

0 comments on commit ca084db

Please sign in to comment.