- Help Center
- Configuration
Disable Body Hiding in Convert Experiences
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>