Skip to content

Commit

Permalink
Update index.html - add GA scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
oberdannunes authored Jul 26, 2023
1 parent 60157d8 commit da896b3
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 @@ -773,5 +773,14 @@ <h1 class="panel-title">Logs da Transação</h1>
<script defer="defer" src="./assets/js/panel.js"></script>
<script defer="defer" src="./assets/js/masks.js"></script>
<script defer="defer" src="./assets/js/log.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8Y4WZL79HH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-8Y4WZL79HH');
</script>
</body>
</html>

0 comments on commit da896b3

Please sign in to comment.