Skip to content

Commit

Permalink
[Core] Update GA
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Dec 26, 2024
1 parent 777b5dd commit de182d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@
<link href="/assets/reset.css?v=3.01" rel="stylesheet">

<script src="https://unpkg.com/[email protected]/es5.js"></script>
<script src="https://telegram.org/js/telegram-web-app.js?v=7.10"></script>
<script src="https://telegram.org/js/telegram-web-app.js?v=8.10"></script>

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

const bowser = window.bowser.getParser(window.navigator.userAgent);
if ((typeof TelegramWebviewProxy === "undefined" && !Telegram?.WebApp?.initData) || (bowser.getPlatform()?.type === 'desktop')) {
Expand Down

0 comments on commit de182d6

Please sign in to comment.