themes/BootstrapTheme/templates/bundles/GoogleTagManagerBundle/data.html.twig line 1

Open in your IDE?
  1. {%- if sylius.channel.googleTagManagerId is not null -%}
  2.     {% if chcookieconsent_isCategoryAllowedByUser('analytics') == true %}
  3.         <script type="text/javascript">
  4.             window.dataLayer = window.dataLayer || [];
  5.             {% if data is not null %}
  6.                 window.dataLayer.push({{ data|json_encode|raw }});
  7.             {% endif %}
  8.         </script>
  9.     {% endif %}
  10. {% endif %}