I am using Enhanced Ecommerce to monitor events of a step-by-step checkout process.
Note: Triple confirmed that EC is enabled on the Analytics Property, and Checkout Funnel Labels have been set (albeit the latter being not required anyway)
When a user clicks the "Next step" button on step 1, the following code gets fired:
ga('ec:setAction', 'checkout', {step: 1});
ga(
'send',
'event',
'Checkout',
'Customer Proceeding to Select Accomodation'
)
This event appears in Real-Time > Events
:
..but won't appear in Conversions > Ecommerce > Shopping Analysis > Checkout Behavior
I can't find where I'm going wrong to save my life here so any pointers would be greatly appreciated