We have been developing a new checkout process and want to A/B it against our existing checkout process to see if it performs better over a specific time period. We are currently using the GTM Data Layer like so:
[ { "ecommerce": { "checkout": { "actionField": { "step": 1, "action": "checkout" }, "products": [ { etc...
And our GA Enhanced ecommerce looks like this: GA funnel
The new checkout is a one page checkout that has a different order of steps:
- shipping address
- shipping method
- payment information
- review
Can someone help with the best way to set up an A/B test in GTM/GA so that we can track both checkout flows and compare?
Thanks!