How to re-check experiments programmatically
Programmatically Re-check Experiment Conditions After Page Load in Convert
When the page loads initially, Convert evaluates each of the active experiment conditions. However, you might need to be recheck them again after the page loads.
For this, we provide a function that can be programmatically called. We call this polling. This can be called in the following way:
window._conv_q = _conv_q || [];
_conv_q.push({what: 'run'})
keyword: recheck experiments