Body Hiding

Disable Body Hiding in Convert Experiences

Prevent Convert from hiding your website body during experiment load with a simple JavaScript override

THIS ARTICLE WILL HELP YOU:

Disable Body Hiding

If for some reason you want to disable the automatic body hiding, all you need to do is place the following Javascript snippet before the main Convert Experiences tracking code:


<script type="text/javascript">
var _conv_prevent_bodyhide = true;
</script>