Skip to content

Commit

Permalink
Add analytics for plot.ardupilot.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Nov 1, 2023
1 parent 7c6b40c commit 38303bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@

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

gtag('config', 'G-YTKXG38B06');
</script>
<body style="background-color: black; height: 100%">
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down

0 comments on commit 38303bf

Please sign in to comment.