Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
---
icon: square-exclamation
description: >-
Umbraco Engage enables running A/B tests on different versions of a page.
This article covers how and when to use this type of test.
---

# Split URL Test

Split URL testing in Umbraco Engage helps you compare different versions of a page.
Split URL testing in Umbraco Engage allows you to compare different versions of a page to see which one performs better.

You create different versions of a page. Each version can have different designs, text, or buttons based on the possibilities that have been setup in Umbraco.
To set up a Split URL test, you must create multiple versions of a page. Each version can have different designs, text, or buttons based on the options setup in Umbraco.

You can start a Split URL test from the [Engage section](../../introduction/the-umbraco-engage-section.md) or within the [Content App](../../introduction/content-apps.md). The type is selected in step 2 of the setup.

![Split URL Test](../../../.gitbook/assets/split-url-test.png)

When you set up the A/B test, you can send 50% of visitors to page A and 50% to page B. This way, you can see which page helps achieve the goal of the test better.

The split URL test is a great way to test different checkout workflows, for example.
Split URL tests are particularly useful for optimizing elements like checkout workflows, where small changes can impact conversions.
Loading