From 0b2d3540015517ed21362b5078e44925f0ab4f37 Mon Sep 17 00:00:00 2001 From: x1unix Date: Mon, 3 Aug 2020 19:15:34 +0300 Subject: [PATCH] fix GA value --- web/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/index.html b/web/public/index.html index fc0d71bc..3d95f26b 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -42,7 +42,7 @@ function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); - gtag('config', 'UA-164070125-1'); + gtag('config', e.content); }; d.body.appendChild(s); })(document)