{%- if sylius.channel.googleTagManagerId is not null -%}
{% if chcookieconsent_isCategoryAllowedByUser('analytics') == true %}
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
{% if data is not null %}
window.dataLayer.push({{ data|json_encode|raw }});
{% endif %}
</script>
{% endif %}
{% endif %}