Skip to content

Commit

Permalink
Update custom.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xueweic authored Sep 25, 2023
1 parent 6df6aa9 commit b697803
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _includes/analytics-providers/custom.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<!-- start custom analytics snippet -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EKBF27Z2ZJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

<!-- end custom analytics snippet -->
gtag('config', 'G-EKBF27Z2ZJ');
</script>
<!-- end custom analytics snippet -->

0 comments on commit b697803

Please sign in to comment.