• varify.debug

    Table of contents

    In short

    With the varify.debug function, you can easily view all the experiments running on the page via your browser's developer console. You also have access to all information about running experiments in your account, even if they are not currently being played for you. 

    Call varify.debug

    To call the varify.debug function, you can simply go to the developer console of your browser (F12 key or right-click > "Explore") and enter "varify.debug". You can then execute it by entering it.

    To open the content of appliedExperiments and experiments, you can click on the three dots (...). The list can then be expanded.

    appliedExperiments - varify.debug

    Under appliedExperiments, all actively executed experiments on the accessed page are listed. Experiments that are not played by page targeting or audience targeting are not listed accordingly. 

    The name of the object under appliedExperiments is the experiment ID. However, the object also contains information such as the name of the experiment and the variation ID in which you are currently located.

    experiments - varify.debug

    All active experiments in the account are listed in experiments. Experiments that are not executed on the URL accessed due to page targeting or are prevented from being displayed by audience targeting are also listed here.

    The objects in experiments contain more information than in appliedExperiments. Listed here:

    • Experiment name
    • Experiment ID
    • All variants incl. IDs
    • Traffic Allocation
    • Page targeting
    • Audience Targeting
    • Cleanup Setting
    • Tracking Setting

  • First steps