• Snippet implementation with Cookiebot

    Table of contents

    In short

    If you use Cookiebot to obtain user consent, make sure to adjust the Varify code snippet accordingly and enter Varify as the vendor in Cookiebot. This is the only way to ensure that playout and tracking work correctly.

    Customize Varify code snippet

    				
    					<!-- Varify.io® code for YOUR ACCOUNT-->
    <script>
      window.varify = window.varify || {};
      window.varify.iid = YOUR ACCOUNT ID;
    </script>
    <script src="https://app.varify.io/varify.js"></script>
    				
    			

    To avoid an infinite loop during a redirect test, you can exclude the character string "va-red=" in page targeting.

    This is how it works:

    1. Open the page targeting of your experiment.
    2. Add another "AND" condition to the existing rules.
    3. Select "URL Match" as a condition.

    Create Varify as a vendor

    Endless loops can occur if the page targeting of a redirect experiment is configured in such a way that the experiment is also played on the redirected URL. This means that the page is redirected again and again, as the experiment is triggered again on the target page.

    This can lead to users being trapped in a continuous loop and no longer being able to access the page normally.

  • First steps