Skip to content

Commit

Permalink
feat: add gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
woliveiras committed Nov 20, 2023
1 parent d67f1e0 commit 9efca8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/_includes/partials/global/site-foot.njk
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@
{% endif %}
</div>
</footer>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F30HMRBDPZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F30HMRBDPZ');
</script>

0 comments on commit 9efca8c

Please sign in to comment.