Commit a987358e89d05566f1ced7637c7c093d1ab8cdb4
1 parent
a65d2455e1
Exists in
master
and in
1 other branch
add script link
Showing
1 changed file
with
12 additions
and
3 deletions
Show diff stats
index.html
... | ... | @@ -28,11 +28,18 @@ |
28 | 28 | <script src="js/angular.js"></script> |
29 | 29 | <script src="js/bootstrap.js"></script> |
30 | 30 | <script src="dist/angular-google-analytics.js"></script> |
31 | - <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | |
31 | + <!-- <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | |
32 | 32 | new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
33 | 33 | j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
34 | 34 | 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
35 | -})(window,document,'script','dataLayer','GTM-KCXPCKF');</script> | |
35 | +})(window,document,'script','dataLayer','GTM-KCXPCKF');</script> --> | |
36 | +<!-- Google Tag Manager --> | |
37 | +<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | |
38 | +new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | |
39 | +j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | |
40 | +'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | |
41 | +})(window,document,'script','dataLayer','GTM-WBTNXZB');</script> | |
42 | +<!-- End Google Tag Manager --> | |
36 | 43 | <!-- <script> |
37 | 44 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
38 | 45 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
... | ... | @@ -48,8 +55,10 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
48 | 55 | <!-- define angular controller --> |
49 | 56 | <body ng-controller="mainController" id="front"> |
50 | 57 | <!-- Google Tag Manager (noscript) --> |
51 | - <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCXPCKF" | |
58 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WBTNXZB" | |
52 | 59 | height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
60 | + <!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCXPCKF" | |
61 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> --> | |
53 | 62 | <!-- End Google Tag Manager (noscript) --> |
54 | 63 | <div class="bg_dots"></div> |
55 | 64 | <div id="main"> | ... | ... |