modified: serv_nginx/bbvue/src/main.js
fix google metrix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user