Skip to content

Commit

Permalink
Adding a google analytics tracking on the gdg website. (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Mar 20, 2024
1 parent 89563e6 commit 2d0e19e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion website/layouts/partials/head/script-header.html
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
<!-- Insert scripts NOT needed by stylesheets here -->
<!-- Insert scripts NOT needed by stylesheets here -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PH90PJ3LF8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

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

0 comments on commit 2d0e19e

Please sign in to comment.