Skip to content

Commit

Permalink
add gtag
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <[email protected]>
  • Loading branch information
avelino committed May 2, 2021
1 parent 7452902 commit 44dbb9b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,18 @@ <h2 class="drac-heading drac-heading-lg drac-my-none">
</div>
</script>
<script src="/assets/js/members.js"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RHKYBES60K"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-RHKYBES60K');
</script>
</body>

</html>

0 comments on commit 44dbb9b

Please sign in to comment.