Hi there,
some simple questions if someone can help me?
- can i unarchive archived A/B tests
- can i see reports on archived A/B tests?
Thanks!
Hi there,
some simple questions if someone can help me?
Thanks!
Hi @Joaquin_Heath. I hope you are doing well. There is no option to unarchive the archived A/B tests. However, you can run this query to allow you view the reports:
UPDATE matomo_experiments set status='finished' where idexperiment=3
Please enter the correct idexperiment number of the A/B test.