modules/CDev/GoogleAnalytics/templates/web/common/modules/CDev/GoogleAnalytics/ga_actions.twig line 1

Open in your IDE?
  1. {##
  2.  # GA Actions registration (Universal Analytics)
  3.  #}
  4. {% for actionData in this.getActions() %}
  5.   {% if actionData|length %}
  6.     <script data-ga-ec-action="{{ actionData }}"></script>
  7.   {% endif %}
  8. {% endfor %}