The number of tests is not limited in any way. The main thing is that each test must have a unique ID. Otherwise, the frontend will show the test duplication error.
If I delete the page or post where the test was, what happens to the test?
The plugin automatically checks tests in active status hourly for existence. If the page or post where the test was located disappears, the test will be automatically switched to the completed status. The statistics will not be lost until you remove the test string from the A/B Tests section in the admin panel.
Clicks on which elements will be counted?
Clicks are counted on any elements within the variation. You can use links, buttons, anything. The main thing is that in case you use scripts for interactivity, for example, to images or videos inside the variation, make sure that the clicks statistics will be correct and there will be no conflicts.
What happens when you change options in active test?
The plugin automatically puts the test into a completed status. Be sure to change the test ID before saving changes to the page when changing variant content so that a new test is created. Otherwise, the old test will also stop, but the new test will not be created and the frontend will show an error due to duplicate test name.
What happens when you change duration or clicks limit in active test?
The test conditions will be updated. In this way you can, for example, extend the current test if you think you have not yet collected enough data.
What happens when you change duration or clicks limit in completed test?
You cannot make changes to the data of a completed test without compromising the accuracy of the analytics. You can only delete a completed test and create a new one with new conditions.
What happens if you set a test duration shorter than the current date?
This duration will be ignored as if it had not been set at all.
What happens if the test start date is set as the future date?
The test will be created with Scheduled status and will start showing variations only when the date and time specified in the start parameter is reached.
Is WebPrime A/B Testing compatible with cache plugins?
For AJAX requests (variant downloads and clicks), nocache_headers and unique rand parameters are added to prevent these requests from being cached. Client code (JS) bypasses browser cache. However, if the page with the [webprime_abtest] shortcode is cached in its entirety, all users will see one variant, since the variant selection happens on the server side.