Allow users to view report when an A / B test is archived

Hi there,

some simple questions if someone can help me?

  1. can i unarchive archived A/B tests
  2. can i see reports on archived A/B tests?

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.

1 Like