modified: serv_nginx/bbvue/src/main.js

fix google metrix
This commit is contained in:
2025-10-22 00:58:24 +05:00
parent 393a9b5d36
commit e793552f99
+1 -1
View File
@@ -52,7 +52,7 @@ function loadGoogleAnalytics() {
// Первый скрипт GA // Первый скрипт GA
const script1 = document.createElement('script'); const script1 = document.createElement('script');
script1.async = true; script1.async = true;
script1.src = 'https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX'; script1.src = 'https://www.googletagmanager.com/gtag/js?id=G-r4bMCbf4zEwF7CJQu2XDn_9_G86ZL248xgWHavTY8iY';
document.head.appendChild(script1); document.head.appendChild(script1);
// Второй скрипт GA // Второй скрипт GA