Can you do AB testing with Plasmic

hey :wave: is it possible to do A/B testing with plasmic?

Hello @free_mastodon. Right now there is no built in support in plasmic for A/B testing. However, you can achieve the same result by creating different variants for your page and then using any kind of A/B testing middleware/tool to choose which variant to use

any examples of doing that? Thanks for response

Hi @free_mastodon, AB testing is supported, through variants - when working on a page or component, you can create a new variant from the top of the right sidebar, and then make your overrides specific for that page.

Then from wherever you’re rendering the page/component, render the specific variant you need. Let’s say your variant is called “Experiment”:

<PlasmicComponent component="LandingPage" componentProps={{experiment: true}} />