albertobraschi / module-abtesting

Module to create and measure A/B tests based on Page Builder CMS blocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 2 Module - Toogas AbTesting

`toogas/module-abtesting`

Main Functionalities

Module to create and measure A/B tests based on Page Builder CMS blocks

Installation

Type 1: Zip file

  • Unzip the zip file in <magento_root>/app/code/Toogas
  • Enable the module by running php bin/magento module:enable Toogas_AbTesting
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Add the composer repository to the configuration by running composer config repositories.toogas/module-abtesting vcs https://github.com/Toogas/module-abtesting.git
  • Install the module composer by running composer require toogas/module-abtesting:dev-master
  • enable the module by running php bin/magento module:enable Toogas_AbTesting
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

No configuration needed, just start creating A/B tests.

Usage

Create A/B test under Marketing -> Toogas A/B tests section. Then you can add the test wherever you want via CMS widget.

About

Module to create and measure A/B tests based on Page Builder CMS blocks

License:Other


Languages

Language:PHP 80.3%Language:HTML 14.9%Language:JavaScript 3.4%Language:Less 0.9%Language:CSS 0.5%