Skip to content

Commit

Permalink
Added GA script to docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhakovolexii committed May 13, 2024
1 parent 61ee7af commit cc29b85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/_includes/head_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,13 @@

<!-- Library for sticky table headers -->
<script src="https://unpkg.com/@zhitkov/sticky-table@latest/dist/bundle.umd.js"></script>

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

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

0 comments on commit cc29b85

Please sign in to comment.