I have unique objects to define, but what you're saying is that have to have something with numbers in it like if I defined a new UDO variable (something else to include in onboarding???):
First Step - 'var1': '1'
Second Step - 'var1': '2'
Third Step - 'var1': '3'
etc....
and map it out to (enh_checkout_step), which will fire the below for me on each step?
First Step - ga('ec:setAction','checkout', {'step': 1})
Second Step - ga('ec:setAction','checkout', {'step': 2})
Third Step - ga('ec:setAction','checkout', {'step': 3})
Please clarify if I've got this wrong or is there another way?
... View more