Readme file updated

This commit is contained in:
Sven Wappler 2017-12-10 22:18:44 +01:00
parent 8c5a16e3e6
commit 400a122a40

View file

@ -1,4 +1,4 @@
# abtestpages
# abtest2
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.
@ -6,11 +6,6 @@ Page properties get a new field "B Page" where you can provide the alternative p
Additional header information may be specified both for the original version as well as for the B version. This allows to track version differences in a web analysis tool such as Analytics.
#### Info:
This extension depends on realurl.
#### Screenshot:
![abtestpages screenshot](https://www.illusion-factory.de/fileadmin/user_upload/abtestpages-images/abtestpages-screen.jpeg)
#### Example for Google Analytics:
@ -29,4 +24,4 @@ ga('send', 'pageview', { 'dimension1': 'Variant B' });
</script>
```
(dimension1 is the index of your dimension)
# abtest2