mirror of
https://github.com/werkraum-media/abtest.git
synced 2024-11-15 16:16:11 +01:00
23 lines
No EOL
824 B
ReStructuredText
23 lines
No EOL
824 B
ReStructuredText
.. ==================================================
|
|
.. FOR YOUR INFORMATION
|
|
.. --------------------------------------------------
|
|
.. -*- coding: utf-8 -*- with BOM.
|
|
|
|
.. include:: ../../Includes.txt
|
|
|
|
.. _about:
|
|
|
|
What does it do?
|
|
================
|
|
|
|
This extension supports TYPO3 administrators in performing A/B tests. This is useful when a site owner want to measure whether a new version improves or reduces user interaction compared to the current version.
|
|
|
|
|
|
**Features of the extension**
|
|
|
|
- Caching of each page version
|
|
- A real 50/50% chance. That means: No selection by random, because of the unreliable random method. So the versions are always taken alternately.
|
|
- Complete different content with same page id. So only one URL for two versions. The displayed version is determined by the cookie value.
|
|
|
|
|
|
|img-demo| |