app/Plugin/UaGaEEc4/Resource/template/default/_product_list.twig line 1

Open in your IDE?
  1. {#
  2. UaGaEEc: Google Analytics eコマース/拡張eコマース対応プラグイン
  3. Copyright (C) 2016-2021 Freischtide Inc. All Rights Reserved.
  4. http://freischtide.tumblr.com/
  5. License: see LICENSE.txt
  6. #}
  7. {% if impressions is defined and impressions|length > 0 %}
  8.   gtag('event', 'view_item_list', {
  9.     "items": [
  10.       {% include '@UaGaEEc4/default/_products.twig' with {'products': impressions, 'list_name': list_name} %}
  11.     ]
  12.   });
  13. {% endif %}