mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
change google tag
This commit is contained in:
parent
58b11e9f66
commit
b2aeb39050
@ -2,7 +2,7 @@
|
||||
// @ts-nocheck
|
||||
const script = document.createElement('script');
|
||||
script.async = true;
|
||||
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-972V2NZ2ZK';
|
||||
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-GD4SJRCR7Z';
|
||||
document.head.appendChild(script);
|
||||
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
@ -10,4 +10,4 @@ function gtag(...args: unknown[]) {
|
||||
dataLayer.push(...args);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-972V2NZ2ZK');
|
||||
gtag('config', 'G-GD4SJRCR7Z');
|
||||
|
Loading…
x
Reference in New Issue
Block a user