Skip to content

Commit

Permalink
[Add] GA to demo page (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ileodo authored Apr 13, 2023
1 parent 290f2b1 commit c732aba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions demo/public/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KM48D1FR1K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-KM48D1FR1K');
</script>
<meta charset="utf-8" />
<base href="%PUBLIC_URL%/">
<link rel="icon" href="favicon.ico" />
Expand Down

0 comments on commit c732aba

Please sign in to comment.