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:
_conv_q = window._conv_q || [];
_conv_q.push(["run","true"]);
keyword: recheck experiments
Comments