{{ script({ dynamic: __oxid_include_dynamic }) }}
{# Google Analytics Page Tracking #}
{% set sGATrackingId = oViewConf.getViewThemeParam('sGATrackingId') %}
{% if oViewConf.getViewThemeParam('blUseGAPageTracker') and sGATrackingId %}
{% endif %}
{# Google Analytics eCommerce Tracking #}
{% if oViewConf.getViewThemeParam('blUseGAEcommerceTracking') and sGATrackingId and oViewConf.getTopActiveClassName() == 'thankyou' %}
{% set oOrder = oView.getOrder() %}
{% if oOrder %}
{% endif %}
{% endif %}