Managing Extensive A/B Testing in NextJS with Minimal Duplication: Seeking Solutions
Unanswered
Cape lion posted this in #help-forum
Cape lionOP
Hello,
Has anyone worked with NextJS on a similar project and can share solutions for the following scenario?
We have a sequence of pages that users navigate through before and after the checkout process:
Page 1 (landing) -> Page 2 -> Page 3 -> Page 4 (checkout) -> Page 5 -> Page 6 -> Page 7
Throughout these pages, we collect various user information, and after checkout, additional pages are shown.
We need multiple variations of these pages, starting with URLs like https://localhost/v1/ and ending with https://localhost/v1/page6. This is crucial for our extensive A/B testing process. Sometimes, only one element on a page needs to be changed; other times, all pages within a variation require updates. These changes are mostly related to text or UI.
Has anyone encountered a similar scenario and found effective ways to manage this with minimal duplication? Your insights would be greatly appreciated.
Has anyone worked with NextJS on a similar project and can share solutions for the following scenario?
We have a sequence of pages that users navigate through before and after the checkout process:
Page 1 (landing) -> Page 2 -> Page 3 -> Page 4 (checkout) -> Page 5 -> Page 6 -> Page 7
Throughout these pages, we collect various user information, and after checkout, additional pages are shown.
We need multiple variations of these pages, starting with URLs like https://localhost/v1/ and ending with https://localhost/v1/page6. This is crucial for our extensive A/B testing process. Sometimes, only one element on a page needs to be changed; other times, all pages within a variation require updates. These changes are mostly related to text or UI.
Has anyone encountered a similar scenario and found effective ways to manage this with minimal duplication? Your insights would be greatly appreciated.