app/Plugin/GtmGaEEc42/Resource/template/default/gtmgaeec_tag.twig line 1

Open in your IDE?
  1. {#
  2. GtmGaEEc42: GTM版 Google Analytics eコマース/拡張eコマース対応プラグイン
  3. Copyright (C) 2017-2022 Freischtide Inc. All Rights Reserved.
  4. http://freischtide.tumblr.com/
  5. License: see LICENSE.txt
  6. #}
  7. {% if gtmgaeec.tid|length > 0 and gtmgaeec.tag == constant('Plugin\\GtmGaEEc42\\Entity\\GtmGaEEc::GTMGAEEC_USE_GTM_TAG') %}
  8. <!-- Google Tag Manager by GtmGaEEc42 plugin -->
  9. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  10. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  11. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  12. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  13. })(window,document,'script','dataLayer','{{ gtmgaeec.tid }}');</script>
  14. <!-- End Google Tag Manager -->
  15. {% endif %}