Fix Google Tag Manager script

Change-Id: I7b9a21450e14295363eb18dd97dc75648fb3d9ac
(cherry picked from commit 43c5ed735d)
This commit is contained in:
Aleksandra Fedorova 2014-06-23 14:28:50 +04:00
parent 58f360c9cf
commit 725d060f89
1 changed files with 2 additions and 3 deletions

View File

@ -64,9 +64,8 @@
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id={{ theme_googletag }}"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){wl=wl||[];wl.push(
{'gtm.start': new Date().getTime(),event:'gtm.js'}
);var f=d.getElementsByTagName(s)0,
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','{{ theme_googletag }}');</script>