Training

A/B Testing

This course will be held on

  • There are no upcoming dates

    <script type="text/javascript">
    var _paq = _paq || [];
    _paq.push(['AbTesting::create', {
    name: 'Test', // you can also use '2' (ID of the experiment) to hide the name
    percentage: 100,
    includedTargets: [{"attribute":"url","inverted":"0","type":"equals_exactly","value":"https:\/\/dev.beta.jisc.ac.uk\/training"}],
    excludedTargets: [],
    variations: [
    {
    name: 'original',
    activate: function (event) {
    // usually nothing needs to be done here
    }
    },
    {
    name: 'variation', // you can also use '4' (ID of the variation) to hide the name
    activate: function(event) {
    event.redirect('https://staging.beta.jisc.ac.uk/training');
    }
    }
    ],
    trigger: function () {
    return true; // here you can further customize which of your visitors will participate in this experiment
    }
    }]);
    </script>