wy/neos-abtesting
composer require wy/neos-abtesting
A/B Testing for Neos
2.0.0
Readme excerpt
wysiwyg* - Neos A/B Testing
This package provides a simple to use backend module and frontend container to run A/B tests in Neos.
InstallationRun these commands to install the package and update the database schema.
composer require wy/neos-abtesting ./flow flow:doctrine:migrate UsageThis package offers a node container for displaying two different nodes for two different decisions (A or B).
You can add the A/B testing container to your constraints: Wysiwyg.ABTesting:ABTestingContainer
The container has two contentCollections:
- itemsa
- itemsb
By default these collections accept all content nodes…
Read more
The same vendor provides 3 package(s).