themes/BootstrapTheme/templates/bundles/DediSyliusSEOPlugin/Shop/Body/_googleTracking.html.twig line 1

Open in your IDE?
  1. {%- if sylius.channel.googleTagManagerId is not null -%}
  2.     {% if chcookieconsent_isCategoryAllowedByUser('analytics') == true %}
  3.         <!-- Google Tag Manager (noscript) -->
  4.         <noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ sylius.channel.googleTagManagerId }}"
  5.                         height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  6.         <!-- End Google Tag Manager (noscript) -->
  7.     {% endif %}
  8.     
  9. {%- endif -%}