How to Create an A/B Page Variant

Creating A/B page variants in Humblytics is straightforward. Follow the steps below to set up your variants for testing different elements of your web pages.

Step 1: Access the Split Testing Section

  1. Log in to your Humblytics dashboard.

  2. Navigate to the "Split Testing" Tab section from the main menu.

Step 2: Start a New Experiment

  1. Click on "Start New Experiment".

  2. You will see a screen prompting you to embed a script in the <head> section of your website. Copy the provided script, which will be unique to your account.

For example:

<script src="https://app.humblytics.com/optimize.min.js?id=your_unique_id"></script>
  1. Paste this code into the <head> section of your site. Remember to publish your site once you've added the code.

Step 3: Set Up the Experiment

  1. Experiment Name: Enter a name for your experiment. This will be used to identify your test.

    • Example: "Home Page Hero Test"

  2. Variant A: Enter the URL for Variant A. This is usually your control or existing page.

    • Example: websitename.com/variantA

  3. Variant B: Enter the URL for Variant B. This is the new version you want to test.

    • Example: websitename.com/variantB

Step 4: Choose Randomization Method

  1. Session Level Randomization: Each session (or visit) by a user is independently assigned to a test group. This means the same user could see different variants on different visits.

  2. User Level Randomization: Each unique user is assigned to a test group, and this assignment remains consistent across all sessions for that user. Regardless of how many times the user visits the site, they will always see the same variant.

Step 5: Launch the Experiment

  1. Review all the information you’ve entered.

  2. Click "Start Experiment" to launch the split test.

By following these steps, you can effectively create and manage A/B page variants in Humblytics, helping you optimize your website for better performance and user engagement.

Last updated