I have a checkout form as follows: step 1 (Booking Details) and 2 (Customer Details) are part of a a SPA (Single Page Application), and step 3 (Payment Method Selection) is on a separate, dedicated page. For all steps I additionally want to track checkout options.
Before proceeding to step 3, the form input of step 1 and 2 are tracked to GA: this seems to work fine:
- The 'EE Checkout Option Tag' is fired twice (for step 1 and 2)
- The values of the dataLayer are correct
- The collect pixel is sent twice (200 OK), and contains the correct data (i.e. the checkout options I want to track)
However, when I look in Analytics, find my test order, and add 'Checkout Options' as a secondary dimension, I only see the checkout options for step 1.
Does anyone have any idea?