Question
Which item viewed was added to cart? 1st? 5th?
Is it possible to make a dimension for order of items viewed during a visit? For example, I want to drill down by Item View Order to see if the 1st, 2nd, or 3rd. item viewed has a better cart add rate.
From below, this example would show that cart adds are more likely to happen on the 5th item viewed than the 1st.
| Order viewed | Product views | Cart Additions | Rate |
| 1 | 2500 | 100 | 4% |
| 2 | 2300 | 230 | 10% |
| 3 | 2000 | 300 | 15% |
| 4 | 1800 | 200 | 11% |
| 5 | 1600 | 450 | 28% |
Mainly I want to know how many visits added the first item they viewed to cart?