How to re-check experiments programmatically

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

Need assistance? Start a conversation with our Support Team.
CONVERT MORE

Reliably Convert More Site Visitors, Even If Everything Else is Changing in Your Business.

START 15-DAY FREE TRIAL
✓ No Credit Card  ✓ Easy Set-Up  ✓ Access All Features

Comments