Skip to content

Commit

Permalink
Merge pull request eksctl-io#4767 from Himangini/add-analytics
Browse files Browse the repository at this point in the history
Added analytics for eksctl docs
  • Loading branch information
Himangini authored Feb 10, 2022
2 parents bbebfbb + bb3e51e commit 7a7c75d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions userdocs/theme/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,14 @@
}
toggleSwitch.addEventListener('click', switchTheme);
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GBCDQ2QFTZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-GBCDQ2QFTZ');
</script>
</nav>
</header>

0 comments on commit 7a7c75d

Please sign in to comment.