custom/plugins/DtgsGoogleTagManagerSw6/src/Resources/views/storefront/plugins/TagManager/noscript.html.twig line 1

Open in your IDE?
  1. {% set gtmConfig = config('DtgsGoogleTagManagerSw6.config') %}
  2. {% if gtmIsActive(gtmConfig.googleId) %}
  3.     <!-- Google Tag Manager Noscript -->
  4.     {% for containerId in gtmGetContainerIds(gtmConfig.googleId) %}
  5.         <noscript>
  6.             <iframe src="https://www.googletagmanager.com/ns.html?id={{ containerId }}"
  7.                     height="0"
  8.                     width="0"
  9.                     style="display:none;visibility:hidden">
  10.             </iframe>
  11.         </noscript>
  12.     {% endfor %}
  13.     <!-- End Google Tag Manager Noscript -->
  14. {%  endif %}