GoogleAnalytics4/Application/views/ua/s2_user.tpl

13 lines
371 B
Smarty
Raw Normal View History

2018-07-04 15:47:37 +02:00
<script>
dataLayer.push({
'event':'ee.checkout',
'eventLabel':'Checkout 2',
'ecommerce': {
'checkout': { 'actionField': {
'step': 2,
2021-07-17 23:22:23 +02:00
'option':'[{oxmultilang ident="VT_GTM_EE_LOGINOPTION"|cat:$oView->getLoginOption()}]'
2018-07-04 15:47:37 +02:00
} }
}
});
</script>
[{$smarty.block.parent}]