Skip to content

Commit

Permalink
Add tganalytics script
Browse files Browse the repository at this point in the history
  • Loading branch information
behrang committed Sep 17, 2024
1 parent 99e758d commit 74689d2
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 @@ -31,5 +31,17 @@
</div>
</div>
<script type="module" src="src/main.tsx"></script>

<script async src="https://tganalytics.xyz/index.js" type="text/javascript"></script>
<script>
window.addEventListener('load', function () {
if (location.host === 'app.hipo.finance' && window.telegramAnalytics) {
window.telegramAnalytics.init({
token: 'eyJhcHBfbmFtZSI6IkhpcG9GaW5hbmNlIiwiYXBwX3VybCI6Imh0dHBzOi8vdC5tZS9IaXBvRmluYW5jZUJvdCIsImFwcF9kb21haW4iOiJodHRwczovL2FwcC5oaXBvLmZpbmFuY2UifQ==!E4pxUC4Gw7gYJ/OLjvBnyB3xdqnfZd96quHuM0hwQEY=',
appName: 'HipoFinance',
})
}
})
</script>
</body>
</html>

0 comments on commit 74689d2

Please sign in to comment.