Skip to content

Commit

Permalink
add: GA4 for analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed May 23, 2023
1 parent 05c0f7e commit 493a74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/docs/inject/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<link rel="alternate" type="application/rss+xml" href="{{.Site.BaseURL }}/feed.xml" title="{{ .Site.Title }}">

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

gtag('config', 'UA-235734076-1');
gtag('config', 'G-ZE44Q8PZDW');
</script>


Expand Down

0 comments on commit 493a74a

Please sign in to comment.