mirror of
https://github.com/ivabus/www
synced 2024-11-22 17:25:06 +03:00
Merge pull request #38 from teaxyz/tracking-attempt-two
Odd prime found in GTM snippet
This commit is contained in:
commit
497d518434
3 changed files with 25 additions and 16 deletions
|
@ -11,7 +11,7 @@
|
|||
<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=
|
||||
’https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
’https://www.googletagmanager.com/gtm.js?id=‘+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,‘script’,‘dataLayer’,‘GTM-5WQVCLC’);</script>
|
||||
|
||||
<!-- End Tag Manager -->
|
||||
|
@ -40,10 +40,13 @@
|
|||
|
||||
<body>
|
||||
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src=“https://www.googletagmanager.com/ns.html?id=GTM-5WQVCLC”
|
||||
height=“0" width=“0” style=“display:none;visibility:hidden”></iframe></noscript>
|
||||
<!-- End Google Tag Manager (noscript) -->
|
||||
<!-- Google Tag Manager (No Script) -->
|
||||
|
||||
<noscript>
|
||||
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WQVCLC" width="0" height="0" style="display:none;visibility:hidden;"></iframe>
|
||||
</noscript>
|
||||
|
||||
<!-- End GTM (No Script) -->
|
||||
|
||||
<style>
|
||||
.gf-container {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<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=
|
||||
’https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
’https://www.googletagmanager.com/gtm.js?id=‘+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,‘script’,‘dataLayer’,‘GTM-5WQVCLC’);</script>
|
||||
|
||||
<!-- End Tag Manager -->
|
||||
|
@ -58,10 +58,13 @@
|
|||
|
||||
<body>
|
||||
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src=“https://www.googletagmanager.com/ns.html?id=GTM-5WQVCLC”
|
||||
height=“0" width=“0” style=“display:none;visibility:hidden”></iframe></noscript>
|
||||
<!-- End Google Tag Manager (noscript) -->
|
||||
<!-- Google Tag Manager (No Script) -->
|
||||
|
||||
<noscript>
|
||||
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WQVCLC" width="0" height="0" style="display:none;visibility:hidden;"></iframe>
|
||||
</noscript>
|
||||
|
||||
<!-- End GTM (No Script) -->
|
||||
|
||||
<style>
|
||||
.gf-container {
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
<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=
|
||||
’https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
’https://www.googletagmanager.com/gtm.js?id=‘+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,‘script’,‘dataLayer’,‘GTM-5WQVCLC’);</script>
|
||||
|
||||
|
||||
<!-- End Tag Manager -->
|
||||
|
||||
<!-- Meta Pixel Code -->
|
||||
|
@ -70,10 +70,13 @@
|
|||
|
||||
<body>
|
||||
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src=“https://www.googletagmanager.com/ns.html?id=GTM-5WQVCLC”
|
||||
height=“0" width=“0” style=“display:none;visibility:hidden”></iframe></noscript>
|
||||
<!-- End Google Tag Manager (noscript) -->
|
||||
<!-- Google Tag Manager (No Script) -->
|
||||
|
||||
<noscript>
|
||||
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WQVCLC" width="0" height="0" style="display:none;visibility:hidden;"></iframe>
|
||||
</noscript>
|
||||
|
||||
<!-- End GTM (No Script) -->
|
||||
|
||||
<style>
|
||||
.gf-container {
|
||||
|
|
Loading…
Reference in a new issue