Using E-commerce setup we have added Google Analytics tracking to our order form. We have also made sure that users visiting from our website get a decorated URL that contains their Google Analytics cookie.
However, on form submission, users are redirected to additional infusionsoft page ( …/app/orderFormProcessing/updateOrderForm?..) which still contains GA cookie (_ga) but they are then redirected to our landing page and the cookie is lost. This leads to us not being able to track conversions correctly.
Is there a way to preserve the cookie on the second redirect?