<script>

dataLayer = [{
      {% if page.engagement != null %}'customer.engagement':{{ page.engagement }}{% endif %}
      {% if page.visitor_type != null %}'customer.type':{{ page.visitor_type }}{% endif %}
  'page.category': '{{ page.category }}',
      {% if page.type != null %}'page.type':'{{ page.type }}',{% endif %}
  'page.title': '{{ page.title }}',
  'page.description': '{{ page.description }}'
}];

</script>