mirror of
https://github.com/werkraum-media/abtest.git
synced 2024-11-14 17:56:11 +01:00
Readme file updated
This commit is contained in:
parent
8c5a16e3e6
commit
400a122a40
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue