Skip to content

Commit

Permalink
Merge pull request #920 from ita-social-projects/front-env-variable
Browse files Browse the repository at this point in the history
2
  • Loading branch information
MementoMorj authored Oct 13, 2023
2 parents 7bbb528 + d977b85 commit ef310d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@

<!-- Google tag (gtag.js) -->

<script async src="https://www.googletagmanager.com/gtag/js?id=G-EBJQX1FFF0"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id="+window._env_.REACT_APP_GOOGLE_ANALYTICS></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());


gtag('config', 'G-EBJQX1FFF0');
gtag('config', window._env_.REACT_APP_GOOGLE_ANALYTICS);
</script>
</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=" + window._env_.REACT_APP_GOOGLE_ANALYTICS height="0" width="0"
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T9ZHBQ5T" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<noscript>Для коректного функціонування веб-сайту Вам потрібно дозволити JavaScript в своєму браузері.</noscript>
Expand Down

0 comments on commit ef310d8

Please sign in to comment.